Shades of Camouflage #4D4A34
Tints of Camouflage #4D4A34
RGB
CMYK
RGB Variations
Color information
#4D4A34 (or 0x4D4A34) is known color: Camouflage. HEX triplet: 4D, 4A and 34. RGB value is (77,74,52). Sum of RGB (Red+Green+Blue) = 77+74+52=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A34 is #B2B5CB. Grayscale: #484848. Windows color (decimal): -11711948 or 3426893. OLE color: 3426893.
HSL color Cylindrical-coordinate representation of color #4D4A34: hue angle of 52.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4A34 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 52 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.70 |
| HSL | 52.8º | 0.19% | 0.25% | - |
| HSV(B) | 52.8º | 0.32% | 0.3% | - |
| XYZ | 6.13 | 6.72 | 4.22 | - |
| YUV | 72.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 52 | 0 | 0.04 | 0.32 | 0.70 | 52.8 | 0.19 | 0.25 |
| Hex | 4D | 4A | 34 | 0 | 4 | 20 | 46 | 35 | 13 | 19 |
| Octal | 115 | 112 | 64 | 0 | 4 | 40 | 106 | 65 | 23 | 31 |
| Binary | 1001101 | 1001010 | 110100 | 0 | 100 | 100000 | 1000110 | 110101 | 10011 | 11001 |
Color Harmonies of #4D4A34
Complementary color
Monochromatic Colors of #4D4A34
Black with #4D4A34
Text Example
Text Example
White with #4D4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A34; }
p { color: rgb(77,74,52); }
H1.HeaderClassName
{
color: #4D4A34;
}
.AnyTagClassName
{
color: #4D4A34;
}
</style>
background-color css
<style>
a { background-color: #4D4A34; }
a { background-color: rgb(77,74,52); }
div.DivClassName
{
background-color: #4D4A34;
}
.BgClassName
{
background-color: #4D4A34;
}
</style>
border-color css
<style>
span { border-color: #4D4A34; }
span { border-color: rgb(77,74,52); }
td.TdClassName
{
border-color: #4D4A34;
}
.TagClassName
{
border-color: #4D4A34;
}
</style>