byzantine cucumber
byzantine cucumber

Reputation: 531

Color (colour) differences between browsers?

I have just noticed a site I am working on looks different in Chrome than other browsers (saf, ff), everything is more saturated in Chrome, even a background-color rgb.

I can't figure out what is making this happen, can't be anything to do with img color profiles otherwise the rgb background color surely wouldnt be affected.. Any ideas?

Upvotes: 2

Views: 4409

Answers (2)

ALOToverflow
ALOToverflow

Reputation: 2699

There are small differences for all of them.
Take a look at this article : http://css-tricks.com/color-rendering-difference-firefox-vs-safari/

There is also difference based on the monitor you use and your OS colors settings.

Upvotes: 6

Sergi
Sergi

Reputation: 2892

This article also explains browser color differences because of the optional color management feature

Upvotes: 0

Related Questions