Shades of Camouflage #4D4B21
Tints of Camouflage #4D4B21
RGB
CMYK
RGB Variations
Color information
#4D4B21 (or 0x4D4B21) is known color: Camouflage. HEX triplet: 4D, 4B and 21. RGB value is (77,75,33). Sum of RGB (Red+Green+Blue) = 77+75+33=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B21 is #B2B4DE. Grayscale: #464646. Windows color (decimal): -11711711 or 2181965. OLE color: 2181965.
HSL color Cylindrical-coordinate representation of color #4D4B21: hue angle of 57.27º 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 #4D4B21 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 33 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.70 |
| HSL | 57.27º | 0.4% | 0.22% | - |
| HSV(B) | 57.27º | 0.57% | 0.3% | - |
| XYZ | 5.85 | 6.72 | 2.43 | - |
| YUV | 70.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 33 | 0 | 0.03 | 0.57 | 0.70 | 57.27 | 0.4 | 0.22 |
| Hex | 4D | 4B | 21 | 0 | 3 | 39 | 46 | 39 | 28 | 16 |
| Octal | 115 | 113 | 41 | 0 | 3 | 71 | 106 | 71 | 50 | 26 |
| Binary | 1001101 | 1001011 | 100001 | 0 | 11 | 111001 | 1000110 | 111001 | 101000 | 10110 |
Color Harmonies of #4D4B21
Complementary color
Monochromatic Colors of #4D4B21
Black with #4D4B21
Text Example
Text Example
White with #4D4B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B21; }
p { color: rgb(77,75,33); }
H1.HeaderClassName
{
color: #4D4B21;
}
.AnyTagClassName
{
color: #4D4B21;
}
</style>
background-color css
<style>
a { background-color: #4D4B21; }
a { background-color: rgb(77,75,33); }
div.DivClassName
{
background-color: #4D4B21;
}
.BgClassName
{
background-color: #4D4B21;
}
</style>
border-color css
<style>
span { border-color: #4D4B21; }
span { border-color: rgb(77,75,33); }
td.TdClassName
{
border-color: #4D4B21;
}
.TagClassName
{
border-color: #4D4B21;
}
</style>