Shades of Tom Thumb #4D6449
Tints of Tom Thumb #4D6449
RGB
CMYK
RGB Variations
Color information
#4D6449 (or 0x4D6449) is known color: Tom Thumb. HEX triplet: 4D, 64 and 49. RGB value is (77,100,73). Sum of RGB (Red+Green+Blue) = 77+100+73=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6449 is #B29BB6. Grayscale: #5A5A5A. Windows color (decimal): -11705271 or 4809805. OLE color: 4809805.
HSL color Cylindrical-coordinate representation of color #4D6449: hue angle of 111.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6449 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 73 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.61 |
| HSL | 111.11º | 0.16% | 0.34% | - |
| HSV(B) | 111.11º | 0.27% | 0.39% | - |
| XYZ | 8.82 | 11.17 | 8 | - |
| YUV | 90.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 73 | 0.23 | 0 | 0.27 | 0.61 | 111.11 | 0.16 | 0.34 |
| Hex | 4D | 64 | 49 | 17 | 0 | 1B | 3D | 6F | 10 | 22 |
| Octal | 115 | 144 | 111 | 27 | 0 | 33 | 75 | 157 | 20 | 42 |
| Binary | 1001101 | 1100100 | 1001001 | 10111 | 0 | 11011 | 111101 | 1101111 | 10000 | 100010 |
Color Harmonies of #4D6449
Complementary color
Monochromatic Colors of #4D6449
Black with #4D6449
Text Example
Text Example
White with #4D6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6449; }
p { color: rgb(77,100,73); }
H1.HeaderClassName
{
color: #4D6449;
}
.AnyTagClassName
{
color: #4D6449;
}
</style>
background-color css
<style>
a { background-color: #4D6449; }
a { background-color: rgb(77,100,73); }
div.DivClassName
{
background-color: #4D6449;
}
.BgClassName
{
background-color: #4D6449;
}
</style>
border-color css
<style>
span { border-color: #4D6449; }
span { border-color: rgb(77,100,73); }
td.TdClassName
{
border-color: #4D6449;
}
.TagClassName
{
border-color: #4D6449;
}
</style>