Shades of Tom Thumb #556748
Tints of Tom Thumb #556748
RGB
CMYK
RGB Variations
Color information
#556748 (or 0x556748) is known color: Tom Thumb. HEX triplet: 55, 67 and 48. RGB value is (85,103,72). Sum of RGB (Red+Green+Blue) = 85+103+72=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #556748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556748 is #AA98B7. Grayscale: #5E5E5E. Windows color (decimal): -11180216 or 4745045. OLE color: 4745045.
HSL color Cylindrical-coordinate representation of color #556748: hue angle of 94.84º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556748 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 72 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.60 |
| HSL | 94.84º | 0.18% | 0.34% | - |
| HSV(B) | 94.84º | 0.3% | 0.4% | - |
| XYZ | 9.77 | 12.1 | 7.95 | - |
| YUV | 94.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 72 | 0.17 | 0 | 0.30 | 0.60 | 94.84 | 0.18 | 0.34 |
| Hex | 55 | 67 | 48 | 11 | 0 | 1E | 3C | 5F | 12 | 22 |
| Octal | 125 | 147 | 110 | 21 | 0 | 36 | 74 | 137 | 22 | 42 |
| Binary | 1010101 | 1100111 | 1001000 | 10001 | 0 | 11110 | 111100 | 1011111 | 10010 | 100010 |
Color Harmonies of #556748
Complementary color
Monochromatic Colors of #556748
Black with #556748
Text Example
Text Example
White with #556748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556748; }
p { color: rgb(85,103,72); }
H1.HeaderClassName
{
color: #556748;
}
.AnyTagClassName
{
color: #556748;
}
</style>
background-color css
<style>
a { background-color: #556748; }
a { background-color: rgb(85,103,72); }
div.DivClassName
{
background-color: #556748;
}
.BgClassName
{
background-color: #556748;
}
</style>
border-color css
<style>
span { border-color: #556748; }
span { border-color: rgb(85,103,72); }
td.TdClassName
{
border-color: #556748;
}
.TagClassName
{
border-color: #556748;
}
</style>