Shades of Camouflage #4F4D21
Tints of Camouflage #4F4D21
RGB
CMYK
RGB Variations
Color information
#4F4D21 (or 0x4F4D21) is known color: Camouflage. HEX triplet: 4F, 4D and 21. RGB value is (79,77,33). Sum of RGB (Red+Green+Blue) = 79+77+33=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D21 is #B0B2DE. Grayscale: #484848. Windows color (decimal): -11580127 or 2182479. OLE color: 2182479.
HSL color Cylindrical-coordinate representation of color #4F4D21: hue angle of 57.39º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F4D21 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 33 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.69 |
| HSL | 57.39º | 0.41% | 0.22% | - |
| HSV(B) | 57.39º | 0.58% | 0.31% | - |
| XYZ | 6.15 | 7.08 | 2.48 | - |
| YUV | 72.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 33 | 0 | 0.03 | 0.58 | 0.69 | 57.39 | 0.41 | 0.22 |
| Hex | 4F | 4D | 21 | 0 | 3 | 3A | 45 | 39 | 29 | 16 |
| Octal | 117 | 115 | 41 | 0 | 3 | 72 | 105 | 71 | 51 | 26 |
| Binary | 1001111 | 1001101 | 100001 | 0 | 11 | 111010 | 1000101 | 111001 | 101001 | 10110 |
Color Harmonies of #4F4D21
Complementary color
Monochromatic Colors of #4F4D21
Black with #4F4D21
Text Example
Text Example
White with #4F4D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D21; }
p { color: rgb(79,77,33); }
H1.HeaderClassName
{
color: #4F4D21;
}
.AnyTagClassName
{
color: #4F4D21;
}
</style>
background-color css
<style>
a { background-color: #4F4D21; }
a { background-color: rgb(79,77,33); }
div.DivClassName
{
background-color: #4F4D21;
}
.BgClassName
{
background-color: #4F4D21;
}
</style>
border-color css
<style>
span { border-color: #4F4D21; }
span { border-color: rgb(79,77,33); }
td.TdClassName
{
border-color: #4F4D21;
}
.TagClassName
{
border-color: #4F4D21;
}
</style>