Shades of Camouflage #4D4A21
Tints of Camouflage #4D4A21
RGB
CMYK
RGB Variations
Color information
#4D4A21 (or 0x4D4A21) is known color: Camouflage. HEX triplet: 4D, 4A and 21. RGB value is (77,74,33). Sum of RGB (Red+Green+Blue) = 77+74+33=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A21 is #B2B5DE. Grayscale: #464646. Windows color (decimal): -11711967 or 2181709. OLE color: 2181709.
HSL color Cylindrical-coordinate representation of color #4D4A21: hue angle of 55.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4A21 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 33 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.70 |
| HSL | 55.91º | 0.4% | 0.22% | - |
| HSV(B) | 55.91º | 0.57% | 0.3% | - |
| XYZ | 5.78 | 6.59 | 2.41 | - |
| YUV | 70.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 33 | 0 | 0.04 | 0.57 | 0.70 | 55.91 | 0.4 | 0.22 |
| Hex | 4D | 4A | 21 | 0 | 4 | 39 | 46 | 38 | 28 | 16 |
| Octal | 115 | 112 | 41 | 0 | 4 | 71 | 106 | 70 | 50 | 26 |
| Binary | 1001101 | 1001010 | 100001 | 0 | 100 | 111001 | 1000110 | 111000 | 101000 | 10110 |
Color Harmonies of #4D4A21
Complementary color
Monochromatic Colors of #4D4A21
Black with #4D4A21
Text Example
Text Example
White with #4D4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A21; }
p { color: rgb(77,74,33); }
H1.HeaderClassName
{
color: #4D4A21;
}
.AnyTagClassName
{
color: #4D4A21;
}
</style>
background-color css
<style>
a { background-color: #4D4A21; }
a { background-color: rgb(77,74,33); }
div.DivClassName
{
background-color: #4D4A21;
}
.BgClassName
{
background-color: #4D4A21;
}
</style>
border-color css
<style>
span { border-color: #4D4A21; }
span { border-color: rgb(77,74,33); }
td.TdClassName
{
border-color: #4D4A21;
}
.TagClassName
{
border-color: #4D4A21;
}
</style>