Hello,
I'm trying to match up the color of an image with the table background. I used an eyedropper tool to get RGB values from the image (a jpeg) and plugged 'em into the table using CSS. However, the colors don't align correctly. They look fine in IE, but in Firefox the colors are off.

What am I missing here? Thanks for the help.
If you want to test it yourself, make a rectangle using the following color, and then embedded it in a table along with this CSS code. Load the page up in IE and Firefox and see what you get.
TABLE {
background-color: rgb(247,243,239)
}