For this reason, I think using RGB for web applications is unwise. If the user specifies colours in RGB, these can easily be converted to sRGB, or vice versa, eg:
Code: Select all
F:\web\im>%IM%convert xc:rgb(239,152,50) -set colorspace RGB -colorspace sRGB -d
epth 8 txt:
# ImageMagick pixel enumeration: 1,1,255,srgb
0,0: (248,203,122) #F8CB7A srgb(248,203,122)