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
  #1  
Old May 25th 16, 05:09 AM posted to rec.photo.digital
isw
external usenet poster
 
Posts: 212
Default Color matching?

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
  #2  
Old May 25th 16, 05:17 AM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default Color matching?

In article , isw
wrote:

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?


colour management.

everything you see on a mac display is colour managed. an rgb triplet
is device dependent and the mac is using the display profile (either
the default one or one you created).

set the digital color meter app to display native values and you should
get the same hex values you put in, but that's not all that helpful if
you want a specific colour.
  #3  
Old May 25th 16, 08:14 AM posted to rec.photo.digital
Me
external usenet poster
 
Posts: 470
Default Color matching?

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?

With colour-managed process I use for photo printing and printer, I've
sat down with my SO in front of a screen, adjusted played with colour on
screen, selected a colour, printed a decent size swatch, looked at on
walls, gone to hardware store where they've scanned the print using
their colorimeter, blended paint, and it's been as good as gold for the
level of accuracy required in that case.
If it's for some truly critical process then no - that's probably not
good enough.
If you want an answer then it might be a good idea to explain what
you're trying to achieve.
In the example I gave above, I know colour accuracy of the monitor is
withing limits of accuracy of what the eye can typically see, but that's
only as good as the accuracy of the profiles used for the printer, then
the scanner at the hardware shop, then the batch to batch variation in
the tinters used in the paint.

  #4  
Old May 25th 16, 09:43 PM posted to rec.photo.digital
isw
external usenet poster
 
Posts: 212
Default Color matching?

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).

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

Isaac
  #5  
Old May 25th 16, 09:44 PM posted to rec.photo.digital
isw
external usenet poster
 
Posts: 212
Default Color matching?

In article ,
nospam wrote:

In article , isw
wrote:

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?


colour management.

everything you see on a mac display is colour managed. an rgb triplet
is device dependent and the mac is using the display profile (either
the default one or one you created).

set the digital color meter app to display native values and you should
get the same hex values you put in, but that's not all that helpful if
you want a specific colour.


It was set that way, and no, the values did not match.

Isaac
  #6  
Old May 25th 16, 10:54 PM posted to rec.photo.digital
Savageduck[_3_]
external usenet poster
 
Posts: 16,487
Default Color matching?

On 2016-05-25 20:43:57 +0000, isw said:

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).


However, without a precisely calibrated display your Wikipedia
reference is not necessarily accurate.

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


....and that might be close enough for non-critical work, just as doing
the same for a PC display might be. However, it is not what many here
would consider an accurate display color calibration, especially if you
are looking for color consistency from display to output, either to
print, or to a third party display o the other side of the World.
On a display with calibration even somewhat off, producing consistent
color in prints and/or files for sharing is going to be an iffy
proposition.


--
Regards,

Savageduck

  #7  
Old May 25th 16, 11:00 PM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default Color matching?

In article , isw
wrote:


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


that's not calibrated.

your eyeball is not an accurate instrument.
  #8  
Old May 25th 16, 11:29 PM posted to rec.photo.digital
Bill W
external usenet poster
 
Posts: 1,692
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).


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.
  #9  
Old May 26th 16, 04:03 AM posted to rec.photo.digital
Me
external usenet poster
 
Posts: 470
Default Color matching?

On 26/05/2016 10:29, 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.

After re-reading the OP's first post, then that's probably the answer.
Do a screen-grab or snip off the wikipedia page, past into a graphics
application like Gimp, use a colour picker to read values from that.
On W10, page viewed in Chrome (with no colour management enabled), the
values I read are exactly what they say they are.

That said, if the browser is adjusting colour in those images on the
wikipedia page - which aren't bitmap images as such but HTML coded fill
colour for cells in a table - then something is wrong with the web
browser, by design or settings.

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

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.

Isaac
 




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 03:09 AM.


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.