Shades of Tom Thumb #4F5F47
Tints of Tom Thumb #4F5F47
RGB
CMYK
RGB Variations
Color information
#4F5F47 (or 0x4F5F47) is known color: Tom Thumb. HEX triplet: 4F, 5F and 47. RGB value is (79,95,71). Sum of RGB (Red+Green+Blue) = 79+95+71=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5F47 is #B0A0B8. Grayscale: #575757. Windows color (decimal): -11575481 or 4677455. OLE color: 4677455.
HSL color Cylindrical-coordinate representation of color #4F5F47: hue angle of 100º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F5F47 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 95 | 71 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.63 |
| HSL | 100º | 0.14% | 0.33% | - |
| HSV(B) | 100º | 0.25% | 0.37% | - |
| XYZ | 8.45 | 10.3 | 7.5 | - |
| YUV | 87.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 71 | 0.17 | 0 | 0.25 | 0.63 | 100 | 0.14 | 0.33 |
| Hex | 4F | 5F | 47 | 11 | 0 | 19 | 3F | 64 | E | 21 |
| Octal | 117 | 137 | 107 | 21 | 0 | 31 | 77 | 144 | 16 | 41 |
| Binary | 1001111 | 1011111 | 1000111 | 10001 | 0 | 11001 | 111111 | 1100100 | 1110 | 100001 |
Color Harmonies of #4F5F47
Complementary color
Monochromatic Colors of #4F5F47
Black with #4F5F47
Text Example
Text Example
White with #4F5F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5F47; }
p { color: rgb(79,95,71); }
H1.HeaderClassName
{
color: #4F5F47;
}
.AnyTagClassName
{
color: #4F5F47;
}
</style>
background-color css
<style>
a { background-color: #4F5F47; }
a { background-color: rgb(79,95,71); }
div.DivClassName
{
background-color: #4F5F47;
}
.BgClassName
{
background-color: #4F5F47;
}
</style>
border-color css
<style>
span { border-color: #4F5F47; }
span { border-color: rgb(79,95,71); }
td.TdClassName
{
border-color: #4F5F47;
}
.TagClassName
{
border-color: #4F5F47;
}
</style>