I have a really strange problem that I can't explain and fix, it is driving me crazy.
I have this logo that I am showing on a webpage : https://i.stack.imgur.com/rnV9i.png Note the background color value is #400000 or rgb(64,0,0)
I am displaying this image on a webpage set with background color #400000 too.
When displaying it in Firefox, everything's perfect and I can't notice the shift from the background color and the image.
In IE(8) however, the image's background color is mysteriously changed to #360000 or rgb(54,0,0) so the shift from the page's background color to the image is visible...that should not happen.
Why is IE changing my image's background color?? That makes no sense, lol.
Any help is greatly appreciated.