Shades of Tom Thumb #4E6B48
Tints of Tom Thumb #4E6B48
RGB
CMYK
RGB Variations
Color information
#4E6B48 (or 0x4E6B48) is known color: Tom Thumb. HEX triplet: 4E, 6B and 48. RGB value is (78,107,72). Sum of RGB (Red+Green+Blue) = 78+107+72=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B48 is #B194B7. Grayscale: #5E5E5E. Windows color (decimal): -11637944 or 4746062. OLE color: 4746062.
HSL color Cylindrical-coordinate representation of color #4E6B48: hue angle of 109.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E6B48 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 72 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.58 |
| HSL | 109.71º | 0.2% | 0.35% | - |
| HSV(B) | 109.71º | 0.33% | 0.42% | - |
| XYZ | 9.57 | 12.6 | 8.06 | - |
| YUV | 94.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 72 | 0.27 | 0 | 0.33 | 0.58 | 109.71 | 0.2 | 0.35 |
| Hex | 4E | 6B | 48 | 1B | 0 | 21 | 3A | 6E | 14 | 23 |
| Octal | 116 | 153 | 110 | 33 | 0 | 41 | 72 | 156 | 24 | 43 |
| Binary | 1001110 | 1101011 | 1001000 | 11011 | 0 | 100001 | 111010 | 1101110 | 10100 | 100011 |
Color Harmonies of #4E6B48
Complementary color
Monochromatic Colors of #4E6B48
Black with #4E6B48
Text Example
Text Example
White with #4E6B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B48; }
p { color: rgb(78,107,72); }
H1.HeaderClassName
{
color: #4E6B48;
}
.AnyTagClassName
{
color: #4E6B48;
}
</style>
background-color css
<style>
a { background-color: #4E6B48; }
a { background-color: rgb(78,107,72); }
div.DivClassName
{
background-color: #4E6B48;
}
.BgClassName
{
background-color: #4E6B48;
}
</style>
border-color css
<style>
span { border-color: #4E6B48; }
span { border-color: rgb(78,107,72); }
td.TdClassName
{
border-color: #4E6B48;
}
.TagClassName
{
border-color: #4E6B48;
}
</style>