A Photography forum. PhotoBanter.com

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PhotoBanter.com forum » Digital Photography » Digital Photography
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Color matching?



 
 
Thread Tools Display Modes
  #21  
Old May 27th 16, 10:08 AM posted to rec.photo.digital
Eric Stevens
external usenet poster
 
Posts: 13,611
Default Color matching?

On Thu, 26 May 2016 21:56:06 -0700, isw wrote:

In article ,
Eric Stevens wrote:

On Wed, 25 May 2016 21:03:13 -0700, isw wrote:

In article ,
Bill W wrote:

On Wed, 25 May 2016 13:43:57 -0700, isw wrote:

In article , Me
wrote:

On 25/05/2016 16:09, isw wrote:
Apologies if this is not the right group; seemed like a good shot to
me
...

I'm trying to match some colors in an X11 environment. I pulled up
the
Wikipedia article on the subject:

https://en.wikipedia.org/wiki/X11_color_names

Found some colors I liked, copied the hex values into some code I
didn't
write but was tying to make look a bit better, and looked at the
resulting colors.

Which weren't the same as the color blocks in the article.

Worse, when I went probing with a "digital color meter" app that
samples
pixels on the screen, the RGB values from the Wikipedia page and the
ones put up by the program I'm running were not the same either --
that
is, the RGB hex values I read for the colors were not the ones I'd
typed
in, and also did not match the color blocks on the web page.

This was on a Mac, but it seems to me that whatever color
inaccuracies
or "translations" the machine was doing, it should do the same thing
both times.

So, can someone enlighten me as to why the color values were
different?

Isaac

Is your monitor calibrated?

I don't see how that could matter since whatever it's adjustment is, it
should be the same on the right-hand side of the screen (where the
Wikipedia page was) and the left-hand side (where the colors I was
adjusting were).

My understanding from some previous discussion here is that some
browsers also adjust the colors under some conditions. So if the
colors on the r/s were in a browser, and the l/s colors were in
another app, that could explain it.

Doesn't explain why, when I measured the RGB values on the screen, they
did not match the numbers I typed in to get those very colors.

Either because it has been transformed to a different color space or
it's using an ICC profile to correct what it believes to be color
display errors. Whatever, something is changing the original data for
some reason or other.


Well, yes; obviously. I'm trying to find out what, exactly, is doing
that.

And it can be bloody (Australian) frustrating.
--

Regards,

Eric Stevens
  #22  
Old May 27th 16, 02:42 PM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default Color matching?

In article , isw
wrote:

I really doubt
that the browser's "color management" (so called) was changing those.


it was.

everything on a mac is colour managed. even finder icons.


The "those" I was referring to were the text letters and numbers
describing the color patches (i.e. #5F9EA0). No OS will reach in and
change those.


any os that is properly designed will.
  #23  
Old May 27th 16, 02:42 PM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default Color matching?

In article , isw
wrote:

If you've adjusted it so it doesn't render untagged images by default in
sRGB and is using aRGB or whatever, then they will be displayed
incorrectly and will measure incorrectly from a screen grab.


When I run the "Digital Color Meter" app over the color patches in the
browser window, it displays exactly the RGB hex values specified for
that particular patch.

So far so good.

The app I'm trying to adjust uses X11, FWIW. It reads a text document
that specifies the colors for certain objects it displays. Being an
X11/gtk environment, it understands the color "names" as well as the hex
triplets (i.e. "Cadet Blue" or "#5F9EA0" will produce the same result).


there's the problem.

The problem is that when I enter either of those into the controlling
document and then run the app, the color that comes up on the screen, as
read by the Color Meter is *not* "#5F9EA0"; it is "#779D9F" (when the
meter is set to "Display native values"; it has other color spaces too,
but none of them produces a match either).


rgb is device dependent. #5F9EA0 is meaningless without an output
profile, which means it *will* change.

if you want a specific colour that's not dependent on a particular
device, use lab.

What I'm trying to find out is where the change to the hex values is
taking place, and why.


it's taking place because everything on the mac is colour managed.

I have noticed similar "mismatches" between apps before, but have never
taken the time to pursue the problem.


it's not a problem. it's the way it's supposed to work.

Meanwhile, I have some "special words" for the X11/gtk people ...


why are you bothering with x11? it's garbage and always has been.
  #24  
Old May 27th 16, 08:15 PM posted to rec.photo.digital
Dale[_5_]
external usenet poster
 
Posts: 55
Default Color matching?

On Wed, 25 May 2016 13:43:57 -0700, isw wrote:

In article , Me
wrote:

On 25/05/2016 16:09, isw wrote:
Apologies if this is not the right group; seemed like a good shot to me
...

I'm trying to match some colors in an X11 environment. I pulled up the
Wikipedia article on the subject:

https://en.wikipedia.org/wiki/X11_color_names

Found some colors I liked, copied the hex values into some code I didn't
write but was tying to make look a bit better, and looked at the
resulting colors.

Which weren't the same as the color blocks in the article.

Worse, when I went probing with a "digital color meter" app that samples
pixels on the screen, the RGB values from the Wikipedia page and the
ones put up by the program I'm running were not the same either -- that
is, the RGB hex values I read for the colors were not the ones I'd typed
in, and also did not match the color blocks on the web page.

This was on a Mac, but it seems to me that whatever color inaccuracies
or "translations" the machine was doing, it should do the same thing
both times.

So, can someone enlighten me as to why the color values were different?

Isaac

Is your monitor calibrated?


I don't see how that could matter since whatever it's adjustment is, it
should be the same on the right-hand side of the screen (where the
Wikipedia page was) and the left-hand side (where the colors I was
adjusting were).


W3C uses sRGB as its assumption, don't know if it pulls an embedded
profile into sRGB

your left side might use a different configuration than W3C

don't know if the wikipedia set uses W3C

a named color might be better to choose from, there are probably
monitor palettes from the vendor of the named colors


And yes, it is calibrated, using Apple's built-in procedure.

Isaac


calibration is not characterization, characterization is where you get
a profile from that is compatible with the translation of your color
management system, calibration in the color management sense is just a
steady state to characterize from

--
Dale
http://www.dalekelly.org
  #25  
Old May 28th 16, 04:46 AM posted to rec.photo.digital
Dale[_5_]
external usenet poster
 
Posts: 55
Default Color matching?

On Thu, 26 May 2016 22:07:30 -0700, Bill W
wrote:

On Thu, 26 May 2016 21:56:06 -0700, isw wrote:

In article ,
Eric Stevens wrote:

On Wed, 25 May 2016 21:03:13 -0700, isw wrote:

In article ,
Bill W wrote:

On Wed, 25 May 2016 13:43:57 -0700, isw wrote:

In article , Me
wrote:

On 25/05/2016 16:09, isw wrote:
Apologies if this is not the right group; seemed like a good shot to
me
...

I'm trying to match some colors in an X11 environment. I pulled up
the
Wikipedia article on the subject:

https://en.wikipedia.org/wiki/X11_color_names

Found some colors I liked, copied the hex values into some code I
didn't
write but was tying to make look a bit better, and looked at the
resulting colors.

Which weren't the same as the color blocks in the article.

Worse, when I went probing with a "digital color meter" app that
samples
pixels on the screen, the RGB values from the Wikipedia page and the
ones put up by the program I'm running were not the same either --
that
is, the RGB hex values I read for the colors were not the ones I'd
typed
in, and also did not match the color blocks on the web page.

This was on a Mac, but it seems to me that whatever color
inaccuracies
or "translations" the machine was doing, it should do the same thing
both times.

So, can someone enlighten me as to why the color values were
different?

Isaac

Is your monitor calibrated?

I don't see how that could matter since whatever it's adjustment is, it
should be the same on the right-hand side of the screen (where the
Wikipedia page was) and the left-hand side (where the colors I was
adjusting were).

My understanding from some previous discussion here is that some
browsers also adjust the colors under some conditions. So if the
colors on the r/s were in a browser, and the l/s colors were in
another app, that could explain it.

Doesn't explain why, when I measured the RGB values on the screen, they
did not match the numbers I typed in to get those very colors.

Either because it has been transformed to a different color space or
it's using an ICC profile to correct what it believes to be color
display errors. Whatever, something is changing the original data for
some reason or other.


Well, yes; obviously. I'm trying to find out what, exactly, is doing
that.




Try different browsers.


W3C uses sRGB
--
Dale
http://www.dalekelly.org
  #26  
Old May 28th 16, 05:18 AM posted to rec.photo.digital
isw
external usenet poster
 
Posts: 212
Default Color matching?

In article ,
nospam wrote:

In article , isw
wrote:

If you've adjusted it so it doesn't render untagged images by default in
sRGB and is using aRGB or whatever, then they will be displayed
incorrectly and will measure incorrectly from a screen grab.


When I run the "Digital Color Meter" app over the color patches in the
browser window, it displays exactly the RGB hex values specified for
that particular patch.

So far so good.

The app I'm trying to adjust uses X11, FWIW. It reads a text document
that specifies the colors for certain objects it displays. Being an
X11/gtk environment, it understands the color "names" as well as the hex
triplets (i.e. "Cadet Blue" or "#5F9EA0" will produce the same result).


there's the problem.

The problem is that when I enter either of those into the controlling
document and then run the app, the color that comes up on the screen, as
read by the Color Meter is *not* "#5F9EA0"; it is "#779D9F" (when the
meter is set to "Display native values"; it has other color spaces too,
but none of them produces a match either).


rgb is device dependent. #5F9EA0 is meaningless without an output
profile, which means it *will* change.

if you want a specific colour that's not dependent on a particular
device, use lab.


I'm slightly familiar with that; I've used it in GIMP. Do you know a way
to coerce gtk into using L*a*b?

What I'm trying to find out is where the change to the hex values is
taking place, and why.


it's taking place because everything on the mac is colour managed.

I have noticed similar "mismatches" between apps before, but have never
taken the time to pursue the problem.


it's not a problem. it's the way it's supposed to work.

Meanwhile, I have some "special words" for the X11/gtk people ...


why are you bothering with x11? it's garbage and always has been.


Yup; I agree. Felt that way for a long time. But the app I need to use
runs in the X11 environment, so I'm kind of stuck. It came with a
tasteless color scheme ("designed" by the programmers, probably), that
the actual user hates, so I'm trying to make it better for her.

But if, as you say, "everything on the mac is colour managed", why does
the Color Meter give the "right" answer in the browser window, but not
in the X11 one? Is it because color is actually *not* managed when using
X11?

Isaac
  #27  
Old May 28th 16, 05:20 AM posted to rec.photo.digital
isw
external usenet poster
 
Posts: 212
Default Color matching?

In article ,
Bill W wrote:

On Thu, 26 May 2016 21:56:06 -0700, isw wrote:

In article ,
Eric Stevens wrote:

On Wed, 25 May 2016 21:03:13 -0700, isw wrote:

In article ,
Bill W wrote:

On Wed, 25 May 2016 13:43:57 -0700, isw wrote:

In article , Me
wrote:

On 25/05/2016 16:09, isw wrote:
Apologies if this is not the right group; seemed like a good shot
to
me
...

I'm trying to match some colors in an X11 environment. I pulled up
the
Wikipedia article on the subject:

https://en.wikipedia.org/wiki/X11_color_names

Found some colors I liked, copied the hex values into some code I
didn't
write but was tying to make look a bit better, and looked at the
resulting colors.

Which weren't the same as the color blocks in the article.

Worse, when I went probing with a "digital color meter" app that
samples
pixels on the screen, the RGB values from the Wikipedia page and
the
ones put up by the program I'm running were not the same either --
that
is, the RGB hex values I read for the colors were not the ones I'd
typed
in, and also did not match the color blocks on the web page.

This was on a Mac, but it seems to me that whatever color
inaccuracies
or "translations" the machine was doing, it should do the same
thing
both times.

So, can someone enlighten me as to why the color values were
different?

Isaac

Is your monitor calibrated?

I don't see how that could matter since whatever it's adjustment is,
it
should be the same on the right-hand side of the screen (where the
Wikipedia page was) and the left-hand side (where the colors I was
adjusting were).

My understanding from some previous discussion here is that some
browsers also adjust the colors under some conditions. So if the
colors on the r/s were in a browser, and the l/s colors were in
another app, that could explain it.

Doesn't explain why, when I measured the RGB values on the screen, they
did not match the numbers I typed in to get those very colors.

Either because it has been transformed to a different color space or
it's using an ICC profile to correct what it believes to be color
display errors. Whatever, something is changing the original data for
some reason or other.


Well, yes; obviously. I'm trying to find out what, exactly, is doing
that.


Try different browsers.


The browser (Firefox) gives correct results; I doubt that using a
different one would help.

Isaac
  #28  
Old May 28th 16, 05:21 AM posted to rec.photo.digital
isw
external usenet poster
 
Posts: 212
Default Color matching?

In article ,
nospam wrote:

In article , isw
wrote:

I really doubt
that the browser's "color management" (so called) was changing those.

it was.

everything on a mac is colour managed. even finder icons.


The "those" I was referring to were the text letters and numbers
describing the color patches (i.e. #5F9EA0). No OS will reach in and
change those.


any os that is properly designed will.


OK; I'll bite: name one.

Isaac
  #29  
Old May 28th 16, 02:49 PM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default Color matching?

In article , isw
wrote:


The problem is that when I enter either of those into the controlling
document and then run the app, the color that comes up on the screen, as
read by the Color Meter is *not* "#5F9EA0"; it is "#779D9F" (when the
meter is set to "Display native values"; it has other color spaces too,
but none of them produces a match either).


rgb is device dependent. #5F9EA0 is meaningless without an output
profile, which means it *will* change.

if you want a specific colour that's not dependent on a particular
device, use lab.


I'm slightly familiar with that; I've used it in GIMP. Do you know a way
to coerce gtk into using L*a*b?


this might work:
http://www.gpick.org

the real question is why are you torturing yourself using x11 apps?
there are much better options available, ones that aren't user-hostile.

What I'm trying to find out is where the change to the hex values is
taking place, and why.


it's taking place because everything on the mac is colour managed.

I have noticed similar "mismatches" between apps before, but have never
taken the time to pursue the problem.


it's not a problem. it's the way it's supposed to work.

Meanwhile, I have some "special words" for the X11/gtk people ...


why are you bothering with x11? it's garbage and always has been.


Yup; I agree. Felt that way for a long time. But the app I need to use
runs in the X11 environment, so I'm kind of stuck.


why do you need to use that particular app?

It came with a
tasteless color scheme ("designed" by the programmers, probably), that
the actual user hates, so I'm trying to make it better for her.


the best way to make it better is ditch x11 entirely.

even with exactly the colours you want, you're still stuck with x11 and
a poorly designed app.

But if, as you say, "everything on the mac is colour managed", why does
the Color Meter give the "right" answer in the browser window, but not
in the X11 one? Is it because color is actually *not* managed when using
X11?


dunno. it could be a bug or it could be to maintain compatibility with
x11 on other systems.
  #30  
Old May 28th 16, 02:49 PM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default Color matching?

In article , isw
wrote:

I really doubt
that the browser's "color management" (so called) was changing those.

it was.

everything on a mac is colour managed. even finder icons.

The "those" I was referring to were the text letters and numbers
describing the color patches (i.e. #5F9EA0). No OS will reach in and
change those.


any os that is properly designed will.


OK; I'll bite: name one.


mac os x.

as i said, rgb triplets are device dependent, so a properly written os
*must* modify them based on the output device, otherwise things will
look wrong.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
appearance matching Dale[_2_] Digital Photography 1 July 8th 13 03:53 AM
"Assigning" vs. "Matching" a color profile isw Digital Photography 33 January 8th 10 11:46 PM
Color matching with Nikon D80 & D90 whinee Digital Photography 1 April 22nd 09 02:09 PM
color matching question for web album prints peter Digital Photography 2 August 10th 04 09:43 PM
please HELP with some Basic Color Matching questions mch42 Digital Photography 3 July 16th 04 11:11 PM


All times are GMT +1. The time now is 09:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PhotoBanter.com.
The comments are property of their posters.