Shades of Camouflage #4F4D38
Tints of Camouflage #4F4D38
RGB
CMYK
RGB Variations
Color information
#4F4D38 (or 0x4F4D38) is known color: Camouflage. HEX triplet: 4F, 4D and 38. RGB value is (79,77,56). Sum of RGB (Red+Green+Blue) = 79+77+56=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D38 is #B0B2C7. Grayscale: #4B4B4B. Windows color (decimal): -11580104 or 3689807. OLE color: 3689807.
HSL color Cylindrical-coordinate representation of color #4F4D38: hue angle of 54.78º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F4D38 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 56 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.69 |
| HSL | 54.78º | 0.17% | 0.26% | - |
| HSV(B) | 54.78º | 0.29% | 0.31% | - |
| XYZ | 6.59 | 7.26 | 4.79 | - |
| YUV | 75.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 56 | 0 | 0.03 | 0.29 | 0.69 | 54.78 | 0.17 | 0.26 |
| Hex | 4F | 4D | 38 | 0 | 3 | 1D | 45 | 37 | 11 | 1A |
| Octal | 117 | 115 | 70 | 0 | 3 | 35 | 105 | 67 | 21 | 32 |
| Binary | 1001111 | 1001101 | 111000 | 0 | 11 | 11101 | 1000101 | 110111 | 10001 | 11010 |
Color Harmonies of #4F4D38
Complementary color
Monochromatic Colors of #4F4D38
Black with #4F4D38
Text Example
Text Example
White with #4F4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D38; }
p { color: rgb(79,77,56); }
H1.HeaderClassName
{
color: #4F4D38;
}
.AnyTagClassName
{
color: #4F4D38;
}
</style>
background-color css
<style>
a { background-color: #4F4D38; }
a { background-color: rgb(79,77,56); }
div.DivClassName
{
background-color: #4F4D38;
}
.BgClassName
{
background-color: #4F4D38;
}
</style>
border-color css
<style>
span { border-color: #4F4D38; }
span { border-color: rgb(79,77,56); }
td.TdClassName
{
border-color: #4F4D38;
}
.TagClassName
{
border-color: #4F4D38;
}
</style>