Shades of Camouflage #4D4B37
Tints of Camouflage #4D4B37
RGB
CMYK
RGB Variations
Color information
#4D4B37 (or 0x4D4B37) is known color: Camouflage. HEX triplet: 4D, 4B and 37. RGB value is (77,75,55). Sum of RGB (Red+Green+Blue) = 77+75+55=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B37 is #B2B4C8. Grayscale: #494949. Windows color (decimal): -11711689 or 3623757. OLE color: 3623757.
HSL color Cylindrical-coordinate representation of color #4D4B37: hue angle of 54.55º 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 #4D4B37 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 55 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.70 |
| HSL | 54.55º | 0.17% | 0.26% | - |
| HSV(B) | 54.55º | 0.29% | 0.3% | - |
| XYZ | 6.27 | 6.89 | 4.61 | - |
| YUV | 73.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 55 | 0 | 0.03 | 0.29 | 0.70 | 54.55 | 0.17 | 0.26 |
| Hex | 4D | 4B | 37 | 0 | 3 | 1D | 46 | 37 | 11 | 1A |
| Octal | 115 | 113 | 67 | 0 | 3 | 35 | 106 | 67 | 21 | 32 |
| Binary | 1001101 | 1001011 | 110111 | 0 | 11 | 11101 | 1000110 | 110111 | 10001 | 11010 |
Color Harmonies of #4D4B37
Complementary color
Monochromatic Colors of #4D4B37
Black with #4D4B37
Text Example
Text Example
White with #4D4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B37; }
p { color: rgb(77,75,55); }
H1.HeaderClassName
{
color: #4D4B37;
}
.AnyTagClassName
{
color: #4D4B37;
}
</style>
background-color css
<style>
a { background-color: #4D4B37; }
a { background-color: rgb(77,75,55); }
div.DivClassName
{
background-color: #4D4B37;
}
.BgClassName
{
background-color: #4D4B37;
}
</style>
border-color css
<style>
span { border-color: #4D4B37; }
span { border-color: rgb(77,75,55); }
td.TdClassName
{
border-color: #4D4B37;
}
.TagClassName
{
border-color: #4D4B37;
}
</style>