Shades of Camouflage #4F4B31
Tints of Camouflage #4F4B31
RGB
CMYK
RGB Variations
Color information
#4F4B31 (or 0x4F4B31) is known color: Camouflage. HEX triplet: 4F, 4B and 31. RGB value is (79,75,49). Sum of RGB (Red+Green+Blue) = 79+75+49=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4B31 is #B0B4CE. Grayscale: #494949. Windows color (decimal): -11580623 or 3230543. OLE color: 3230543.
HSL color Cylindrical-coordinate representation of color #4F4B31: hue angle of 52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4B31 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 75 | 49 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.69 |
| HSL | 52º | 0.23% | 0.25% | - |
| HSV(B) | 52º | 0.38% | 0.31% | - |
| XYZ | 6.29 | 6.92 | 3.91 | - |
| YUV | 73.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 49 | 0 | 0.05 | 0.38 | 0.69 | 52 | 0.23 | 0.25 |
| Hex | 4F | 4B | 31 | 0 | 5 | 26 | 45 | 34 | 17 | 19 |
| Octal | 117 | 113 | 61 | 0 | 5 | 46 | 105 | 64 | 27 | 31 |
| Binary | 1001111 | 1001011 | 110001 | 0 | 101 | 100110 | 1000101 | 110100 | 10111 | 11001 |
Color Harmonies of #4F4B31
Complementary color
Monochromatic Colors of #4F4B31
Black with #4F4B31
Text Example
Text Example
White with #4F4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4B31; }
p { color: rgb(79,75,49); }
H1.HeaderClassName
{
color: #4F4B31;
}
.AnyTagClassName
{
color: #4F4B31;
}
</style>
background-color css
<style>
a { background-color: #4F4B31; }
a { background-color: rgb(79,75,49); }
div.DivClassName
{
background-color: #4F4B31;
}
.BgClassName
{
background-color: #4F4B31;
}
</style>
border-color css
<style>
span { border-color: #4F4B31; }
span { border-color: rgb(79,75,49); }
td.TdClassName
{
border-color: #4F4B31;
}
.TagClassName
{
border-color: #4F4B31;
}
</style>