Shades of Tom Thumb #4D6B47
Tints of Tom Thumb #4D6B47
RGB
CMYK
RGB Variations
Color information
#4D6B47 (or 0x4D6B47) is known color: Tom Thumb. HEX triplet: 4D, 6B and 47. RGB value is (77,107,71). Sum of RGB (Red+Green+Blue) = 77+107+71=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B47 is #B294B8. Grayscale: #5E5E5E. Windows color (decimal): -11703481 or 4680525. OLE color: 4680525.
HSL color Cylindrical-coordinate representation of color #4D6B47: hue angle of 110º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D6B47 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 71 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.58 |
| HSL | 110º | 0.2% | 0.35% | - |
| HSV(B) | 110º | 0.34% | 0.42% | - |
| XYZ | 9.46 | 12.55 | 7.88 | - |
| YUV | 93.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 71 | 0.28 | 0 | 0.34 | 0.58 | 110 | 0.2 | 0.35 |
| Hex | 4D | 6B | 47 | 1C | 0 | 22 | 3A | 6E | 14 | 23 |
| Octal | 115 | 153 | 107 | 34 | 0 | 42 | 72 | 156 | 24 | 43 |
| Binary | 1001101 | 1101011 | 1000111 | 11100 | 0 | 100010 | 111010 | 1101110 | 10100 | 100011 |
Color Harmonies of #4D6B47
Complementary color
Monochromatic Colors of #4D6B47
Black with #4D6B47
Text Example
Text Example
White with #4D6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B47; }
p { color: rgb(77,107,71); }
H1.HeaderClassName
{
color: #4D6B47;
}
.AnyTagClassName
{
color: #4D6B47;
}
</style>
background-color css
<style>
a { background-color: #4D6B47; }
a { background-color: rgb(77,107,71); }
div.DivClassName
{
background-color: #4D6B47;
}
.BgClassName
{
background-color: #4D6B47;
}
</style>
border-color css
<style>
span { border-color: #4D6B47; }
span { border-color: rgb(77,107,71); }
td.TdClassName
{
border-color: #4D6B47;
}
.TagClassName
{
border-color: #4D6B47;
}
</style>