Shades of Camouflage #4D4A33
Tints of Camouflage #4D4A33
RGB
CMYK
RGB Variations
Color information
#4D4A33 (or 0x4D4A33) is known color: Camouflage. HEX triplet: 4D, 4A and 33. RGB value is (77,74,51). Sum of RGB (Red+Green+Blue) = 77+74+51=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A33 is #B2B5CC. Grayscale: #484848. Windows color (decimal): -11711949 or 3361357. OLE color: 3361357.
HSL color Cylindrical-coordinate representation of color #4D4A33: hue angle of 53.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4A33 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 51 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.70 |
| HSL | 53.08º | 0.2% | 0.25% | - |
| HSV(B) | 53.08º | 0.34% | 0.3% | - |
| XYZ | 6.11 | 6.71 | 4.11 | - |
| YUV | 72.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 51 | 0 | 0.04 | 0.34 | 0.70 | 53.08 | 0.2 | 0.25 |
| Hex | 4D | 4A | 33 | 0 | 4 | 22 | 46 | 35 | 14 | 19 |
| Octal | 115 | 112 | 63 | 0 | 4 | 42 | 106 | 65 | 24 | 31 |
| Binary | 1001101 | 1001010 | 110011 | 0 | 100 | 100010 | 1000110 | 110101 | 10100 | 11001 |
Color Harmonies of #4D4A33
Complementary color
Monochromatic Colors of #4D4A33
Black with #4D4A33
Text Example
Text Example
White with #4D4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A33; }
p { color: rgb(77,74,51); }
H1.HeaderClassName
{
color: #4D4A33;
}
.AnyTagClassName
{
color: #4D4A33;
}
</style>
background-color css
<style>
a { background-color: #4D4A33; }
a { background-color: rgb(77,74,51); }
div.DivClassName
{
background-color: #4D4A33;
}
.BgClassName
{
background-color: #4D4A33;
}
</style>
border-color css
<style>
span { border-color: #4D4A33; }
span { border-color: rgb(77,74,51); }
td.TdClassName
{
border-color: #4D4A33;
}
.TagClassName
{
border-color: #4D4A33;
}
</style>