Shades of Tom Thumb #556849
Tints of Tom Thumb #556849
RGB
CMYK
RGB Variations
Color information
#556849 (or 0x556849) is known color: Tom Thumb. HEX triplet: 55, 68 and 49. RGB value is (85,104,73). Sum of RGB (Red+Green+Blue) = 85+104+73=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #556849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556849 is #AA97B6. Grayscale: #5E5E5E. Windows color (decimal): -11179959 or 4810837. OLE color: 4810837.
HSL color Cylindrical-coordinate representation of color #556849: hue angle of 96.77º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556849 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 73 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.59 |
| HSL | 96.77º | 0.18% | 0.35% | - |
| HSV(B) | 96.77º | 0.3% | 0.41% | - |
| XYZ | 9.9 | 12.31 | 8.16 | - |
| YUV | 94.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 73 | 0.18 | 0 | 0.30 | 0.59 | 96.77 | 0.18 | 0.35 |
| Hex | 55 | 68 | 49 | 12 | 0 | 1E | 3B | 61 | 12 | 23 |
| Octal | 125 | 150 | 111 | 22 | 0 | 36 | 73 | 141 | 22 | 43 |
| Binary | 1010101 | 1101000 | 1001001 | 10010 | 0 | 11110 | 111011 | 1100001 | 10010 | 100011 |
Color Harmonies of #556849
Complementary color
Monochromatic Colors of #556849
Black with #556849
Text Example
Text Example
White with #556849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556849; }
p { color: rgb(85,104,73); }
H1.HeaderClassName
{
color: #556849;
}
.AnyTagClassName
{
color: #556849;
}
</style>
background-color css
<style>
a { background-color: #556849; }
a { background-color: rgb(85,104,73); }
div.DivClassName
{
background-color: #556849;
}
.BgClassName
{
background-color: #556849;
}
</style>
border-color css
<style>
span { border-color: #556849; }
span { border-color: rgb(85,104,73); }
td.TdClassName
{
border-color: #556849;
}
.TagClassName
{
border-color: #556849;
}
</style>