Shades of Camouflage #4F4E29
Tints of Camouflage #4F4E29
RGB
CMYK
RGB Variations
Color information
#4F4E29 (or 0x4F4E29) is known color: Camouflage. HEX triplet: 4F, 4E and 29. RGB value is (79,78,41). Sum of RGB (Red+Green+Blue) = 79+78+41=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E29 is #B0B1D6. Grayscale: #4A4A4A. Windows color (decimal): -11579863 or 2707023. OLE color: 2707023.
HSL color Cylindrical-coordinate representation of color #4F4E29: hue angle of 58.42º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F4E29 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 78 | 41 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.69 |
| HSL | 58.42º | 0.32% | 0.24% | - |
| HSV(B) | 58.42º | 0.48% | 0.31% | - |
| XYZ | 6.35 | 7.27 | 3.17 | - |
| YUV | 74.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 41 | 0 | 0.01 | 0.48 | 0.69 | 58.42 | 0.32 | 0.24 |
| Hex | 4F | 4E | 29 | 0 | 1 | 30 | 45 | 3A | 20 | 18 |
| Octal | 117 | 116 | 51 | 0 | 1 | 60 | 105 | 72 | 40 | 30 |
| Binary | 1001111 | 1001110 | 101001 | 0 | 1 | 110000 | 1000101 | 111010 | 100000 | 11000 |
Color Harmonies of #4F4E29
Complementary color
Monochromatic Colors of #4F4E29
Black with #4F4E29
Text Example
Text Example
White with #4F4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E29; }
p { color: rgb(79,78,41); }
H1.HeaderClassName
{
color: #4F4E29;
}
.AnyTagClassName
{
color: #4F4E29;
}
</style>
background-color css
<style>
a { background-color: #4F4E29; }
a { background-color: rgb(79,78,41); }
div.DivClassName
{
background-color: #4F4E29;
}
.BgClassName
{
background-color: #4F4E29;
}
</style>
border-color css
<style>
span { border-color: #4F4E29; }
span { border-color: rgb(79,78,41); }
td.TdClassName
{
border-color: #4F4E29;
}
.TagClassName
{
border-color: #4F4E29;
}
</style>