Shades of Tom Thumb #4D6A49
Tints of Tom Thumb #4D6A49
RGB
CMYK
RGB Variations
Color information
#4D6A49 (or 0x4D6A49) is known color: Tom Thumb. HEX triplet: 4D, 6A and 49. RGB value is (77,106,73). Sum of RGB (Red+Green+Blue) = 77+106+73=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A49 is #B295B6. Grayscale: #5D5D5D. Windows color (decimal): -11703735 or 4811341. OLE color: 4811341.
HSL color Cylindrical-coordinate representation of color #4D6A49: hue angle of 112.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6A49 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 106 | 73 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.58 |
| HSL | 112.73º | 0.18% | 0.35% | - |
| HSV(B) | 112.73º | 0.31% | 0.42% | - |
| XYZ | 9.42 | 12.37 | 8.19 | - |
| YUV | 93.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 73 | 0.27 | 0 | 0.31 | 0.58 | 112.73 | 0.18 | 0.35 |
| Hex | 4D | 6A | 49 | 1B | 0 | 1F | 3A | 71 | 12 | 23 |
| Octal | 115 | 152 | 111 | 33 | 0 | 37 | 72 | 161 | 22 | 43 |
| Binary | 1001101 | 1101010 | 1001001 | 11011 | 0 | 11111 | 111010 | 1110001 | 10010 | 100011 |
Color Harmonies of #4D6A49
Complementary color
Monochromatic Colors of #4D6A49
Black with #4D6A49
Text Example
Text Example
White with #4D6A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A49; }
p { color: rgb(77,106,73); }
H1.HeaderClassName
{
color: #4D6A49;
}
.AnyTagClassName
{
color: #4D6A49;
}
</style>
background-color css
<style>
a { background-color: #4D6A49; }
a { background-color: rgb(77,106,73); }
div.DivClassName
{
background-color: #4D6A49;
}
.BgClassName
{
background-color: #4D6A49;
}
</style>
border-color css
<style>
span { border-color: #4D6A49; }
span { border-color: rgb(77,106,73); }
td.TdClassName
{
border-color: #4D6A49;
}
.TagClassName
{
border-color: #4D6A49;
}
</style>