I have a PNG image that I want to separate into its RGB channel using the instruction below:
convert 009.png -set colorspace RGB -separate 009.png
Here is the imput image:

And the output images:



The problem is that the output images are in fact the CMY channels instead of RGB.
What could be the problem?
Thanks in advance to everybody replying.
Soner