Shades of Tom Thumb #55644E
Tints of Tom Thumb #55644E
RGB
CMYK
RGB Variations
Color information
#55644E (or 0x55644E) is known color: Tom Thumb. HEX triplet: 55, 64 and 4E. RGB value is (85,100,78). Sum of RGB (Red+Green+Blue) = 85+100+78=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #55644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55644E is #AA9BB1. Grayscale: #5D5D5D. Windows color (decimal): -11180978 or 5137493. OLE color: 5137493.
HSL color Cylindrical-coordinate representation of color #55644E: hue angle of 100.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55644E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 78 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.61 |
| HSL | 100.91º | 0.12% | 0.35% | - |
| HSV(B) | 100.91º | 0.22% | 0.39% | - |
| XYZ | 9.68 | 11.6 | 8.94 | - |
| YUV | 93.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 78 | 0.15 | 0 | 0.22 | 0.61 | 100.91 | 0.12 | 0.35 |
| Hex | 55 | 64 | 4E | F | 0 | 16 | 3D | 65 | C | 23 |
| Octal | 125 | 144 | 116 | 17 | 0 | 26 | 75 | 145 | 14 | 43 |
| Binary | 1010101 | 1100100 | 1001110 | 1111 | 0 | 10110 | 111101 | 1100101 | 1100 | 100011 |
Color Harmonies of #55644E
Complementary color
Monochromatic Colors of #55644E
Black with #55644E
Text Example
Text Example
White with #55644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55644E; }
p { color: rgb(85,100,78); }
H1.HeaderClassName
{
color: #55644E;
}
.AnyTagClassName
{
color: #55644E;
}
</style>
background-color css
<style>
a { background-color: #55644E; }
a { background-color: rgb(85,100,78); }
div.DivClassName
{
background-color: #55644E;
}
.BgClassName
{
background-color: #55644E;
}
</style>
border-color css
<style>
span { border-color: #55644E; }
span { border-color: rgb(85,100,78); }
td.TdClassName
{
border-color: #55644E;
}
.TagClassName
{
border-color: #55644E;
}
</style>