Shades of Tom Thumb #4F6549
Tints of Tom Thumb #4F6549
RGB
CMYK
RGB Variations
Color information
#4F6549 (or 0x4F6549) is known color: Tom Thumb. HEX triplet: 4F, 65 and 49. RGB value is (79,101,73). Sum of RGB (Red+Green+Blue) = 79+101+73=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6549 is #B09AB6. Grayscale: #5B5B5B. Windows color (decimal): -11573943 or 4810063. OLE color: 4810063.
HSL color Cylindrical-coordinate representation of color #4F6549: hue angle of 107.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6549 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 73 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.60 |
| HSL | 107.14º | 0.16% | 0.34% | - |
| HSV(B) | 107.14º | 0.28% | 0.4% | - |
| XYZ | 9.08 | 11.45 | 8.03 | - |
| YUV | 91.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 73 | 0.22 | 0 | 0.28 | 0.60 | 107.14 | 0.16 | 0.34 |
| Hex | 4F | 65 | 49 | 16 | 0 | 1C | 3C | 6B | 10 | 22 |
| Octal | 117 | 145 | 111 | 26 | 0 | 34 | 74 | 153 | 20 | 42 |
| Binary | 1001111 | 1100101 | 1001001 | 10110 | 0 | 11100 | 111100 | 1101011 | 10000 | 100010 |
Color Harmonies of #4F6549
Complementary color
Monochromatic Colors of #4F6549
Black with #4F6549
Text Example
Text Example
White with #4F6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6549; }
p { color: rgb(79,101,73); }
H1.HeaderClassName
{
color: #4F6549;
}
.AnyTagClassName
{
color: #4F6549;
}
</style>
background-color css
<style>
a { background-color: #4F6549; }
a { background-color: rgb(79,101,73); }
div.DivClassName
{
background-color: #4F6549;
}
.BgClassName
{
background-color: #4F6549;
}
</style>
border-color css
<style>
span { border-color: #4F6549; }
span { border-color: rgb(79,101,73); }
td.TdClassName
{
border-color: #4F6549;
}
.TagClassName
{
border-color: #4F6549;
}
</style>