Shades of Camouflage #4D4A37
Tints of Camouflage #4D4A37
RGB
CMYK
RGB Variations
Color information
#4D4A37 (or 0x4D4A37) is known color: Camouflage. HEX triplet: 4D, 4A and 37. RGB value is (77,74,55). Sum of RGB (Red+Green+Blue) = 77+74+55=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A37 is #B2B5C8. Grayscale: #484848. Windows color (decimal): -11711945 or 3623501. OLE color: 3623501.
HSL color Cylindrical-coordinate representation of color #4D4A37: hue angle of 51.82º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D4A37 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 55 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.70 |
| HSL | 51.82º | 0.17% | 0.26% | - |
| HSV(B) | 51.82º | 0.29% | 0.3% | - |
| XYZ | 6.2 | 6.75 | 4.59 | - |
| YUV | 72.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 55 | 0 | 0.04 | 0.29 | 0.70 | 51.82 | 0.17 | 0.26 |
| Hex | 4D | 4A | 37 | 0 | 4 | 1D | 46 | 34 | 11 | 1A |
| Octal | 115 | 112 | 67 | 0 | 4 | 35 | 106 | 64 | 21 | 32 |
| Binary | 1001101 | 1001010 | 110111 | 0 | 100 | 11101 | 1000110 | 110100 | 10001 | 11010 |
Color Harmonies of #4D4A37
Complementary color
Monochromatic Colors of #4D4A37
Black with #4D4A37
Text Example
Text Example
White with #4D4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A37; }
p { color: rgb(77,74,55); }
H1.HeaderClassName
{
color: #4D4A37;
}
.AnyTagClassName
{
color: #4D4A37;
}
</style>
background-color css
<style>
a { background-color: #4D4A37; }
a { background-color: rgb(77,74,55); }
div.DivClassName
{
background-color: #4D4A37;
}
.BgClassName
{
background-color: #4D4A37;
}
</style>
border-color css
<style>
span { border-color: #4D4A37; }
span { border-color: rgb(77,74,55); }
td.TdClassName
{
border-color: #4D4A37;
}
.TagClassName
{
border-color: #4D4A37;
}
</style>