Shades of Tom Thumb #4D6A42
Tints of Tom Thumb #4D6A42
RGB
CMYK
RGB Variations
Color information
#4D6A42 (or 0x4D6A42) is known color: Tom Thumb. HEX triplet: 4D, 6A and 42. RGB value is (77,106,66). Sum of RGB (Red+Green+Blue) = 77+106+66=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A42 is #B295BD. Grayscale: #5C5C5C. Windows color (decimal): -11703742 or 4352589. OLE color: 4352589.
HSL color Cylindrical-coordinate representation of color #4D6A42: hue angle of 103.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D6A42 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 106 | 66 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.58 |
| HSL | 103.5º | 0.23% | 0.34% | - |
| HSV(B) | 103.5º | 0.38% | 0.42% | - |
| XYZ | 9.2 | 12.28 | 7.04 | - |
| YUV | 92.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 66 | 0.27 | 0 | 0.38 | 0.58 | 103.5 | 0.23 | 0.34 |
| Hex | 4D | 6A | 42 | 1B | 0 | 26 | 3A | 68 | 17 | 22 |
| Octal | 115 | 152 | 102 | 33 | 0 | 46 | 72 | 150 | 27 | 42 |
| Binary | 1001101 | 1101010 | 1000010 | 11011 | 0 | 100110 | 111010 | 1101000 | 10111 | 100010 |
Color Harmonies of #4D6A42
Complementary color
Monochromatic Colors of #4D6A42
Black with #4D6A42
Text Example
Text Example
White with #4D6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A42; }
p { color: rgb(77,106,66); }
H1.HeaderClassName
{
color: #4D6A42;
}
.AnyTagClassName
{
color: #4D6A42;
}
</style>
background-color css
<style>
a { background-color: #4D6A42; }
a { background-color: rgb(77,106,66); }
div.DivClassName
{
background-color: #4D6A42;
}
.BgClassName
{
background-color: #4D6A42;
}
</style>
border-color css
<style>
span { border-color: #4D6A42; }
span { border-color: rgb(77,106,66); }
td.TdClassName
{
border-color: #4D6A42;
}
.TagClassName
{
border-color: #4D6A42;
}
</style>