Shades of Tom Thumb #4D6B41
Tints of Tom Thumb #4D6B41
RGB
CMYK
RGB Variations
Color information
#4D6B41 (or 0x4D6B41) is known color: Tom Thumb. HEX triplet: 4D, 6B and 41. RGB value is (77,107,65). Sum of RGB (Red+Green+Blue) = 77+107+65=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B41 is #B294BE. Grayscale: #5D5D5D. Windows color (decimal): -11703487 or 4287309. OLE color: 4287309.
HSL color Cylindrical-coordinate representation of color #4D6B41: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D6B41 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 65 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.58 |
| HSL | 102.86º | 0.24% | 0.34% | - |
| HSV(B) | 102.86º | 0.39% | 0.42% | - |
| XYZ | 9.27 | 12.47 | 6.92 | - |
| YUV | 93.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 65 | 0.28 | 0 | 0.39 | 0.58 | 102.86 | 0.24 | 0.34 |
| Hex | 4D | 6B | 41 | 1C | 0 | 27 | 3A | 67 | 18 | 22 |
| Octal | 115 | 153 | 101 | 34 | 0 | 47 | 72 | 147 | 30 | 42 |
| Binary | 1001101 | 1101011 | 1000001 | 11100 | 0 | 100111 | 111010 | 1100111 | 11000 | 100010 |
Color Harmonies of #4D6B41
Complementary color
Monochromatic Colors of #4D6B41
Black with #4D6B41
Text Example
Text Example
White with #4D6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B41; }
p { color: rgb(77,107,65); }
H1.HeaderClassName
{
color: #4D6B41;
}
.AnyTagClassName
{
color: #4D6B41;
}
</style>
background-color css
<style>
a { background-color: #4D6B41; }
a { background-color: rgb(77,107,65); }
div.DivClassName
{
background-color: #4D6B41;
}
.BgClassName
{
background-color: #4D6B41;
}
</style>
border-color css
<style>
span { border-color: #4D6B41; }
span { border-color: rgb(77,107,65); }
td.TdClassName
{
border-color: #4D6B41;
}
.TagClassName
{
border-color: #4D6B41;
}
</style>