Shades of Camouflage #4F4D39
Tints of Camouflage #4F4D39
RGB
CMYK
RGB Variations
Color information
#4F4D39 (or 0x4F4D39) is known color: Camouflage. HEX triplet: 4F, 4D and 39. RGB value is (79,77,57). Sum of RGB (Red+Green+Blue) = 79+77+57=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D39 is #B0B2C6. Grayscale: #4B4B4B. Windows color (decimal): -11580103 or 3755343. OLE color: 3755343.
HSL color Cylindrical-coordinate representation of color #4F4D39: hue angle of 54.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F4D39 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 57 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.69 |
| HSL | 54.55º | 0.16% | 0.27% | - |
| HSV(B) | 54.55º | 0.28% | 0.31% | - |
| XYZ | 6.62 | 7.27 | 4.92 | - |
| YUV | 75.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 57 | 0 | 0.03 | 0.28 | 0.69 | 54.55 | 0.16 | 0.27 |
| Hex | 4F | 4D | 39 | 0 | 3 | 1C | 45 | 37 | 10 | 1B |
| Octal | 117 | 115 | 71 | 0 | 3 | 34 | 105 | 67 | 20 | 33 |
| Binary | 1001111 | 1001101 | 111001 | 0 | 11 | 11100 | 1000101 | 110111 | 10000 | 11011 |
Color Harmonies of #4F4D39
Complementary color
Monochromatic Colors of #4F4D39
Black with #4F4D39
Text Example
Text Example
White with #4F4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D39; }
p { color: rgb(79,77,57); }
H1.HeaderClassName
{
color: #4F4D39;
}
.AnyTagClassName
{
color: #4F4D39;
}
</style>
background-color css
<style>
a { background-color: #4F4D39; }
a { background-color: rgb(79,77,57); }
div.DivClassName
{
background-color: #4F4D39;
}
.BgClassName
{
background-color: #4F4D39;
}
</style>
border-color css
<style>
span { border-color: #4F4D39; }
span { border-color: rgb(79,77,57); }
td.TdClassName
{
border-color: #4F4D39;
}
.TagClassName
{
border-color: #4F4D39;
}
</style>