Shades of Camouflage #4D4C27
Tints of Camouflage #4D4C27
RGB
CMYK
RGB Variations
Color information
#4D4C27 (or 0x4D4C27) is known color: Camouflage. HEX triplet: 4D, 4C and 27. RGB value is (77,76,39). Sum of RGB (Red+Green+Blue) = 77+76+39=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C27 is #B2B3D8. Grayscale: #484848. Windows color (decimal): -11711449 or 2575437. OLE color: 2575437.
HSL color Cylindrical-coordinate representation of color #4D4C27: hue angle of 58.42º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4C27 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 39 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.70 |
| HSL | 58.42º | 0.33% | 0.23% | - |
| HSV(B) | 58.42º | 0.49% | 0.3% | - |
| XYZ | 6.01 | 6.89 | 2.93 | - |
| YUV | 72.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 39 | 0 | 0.01 | 0.49 | 0.70 | 58.42 | 0.33 | 0.23 |
| Hex | 4D | 4C | 27 | 0 | 1 | 31 | 46 | 3A | 21 | 17 |
| Octal | 115 | 114 | 47 | 0 | 1 | 61 | 106 | 72 | 41 | 27 |
| Binary | 1001101 | 1001100 | 100111 | 0 | 1 | 110001 | 1000110 | 111010 | 100001 | 10111 |
Color Harmonies of #4D4C27
Complementary color
Monochromatic Colors of #4D4C27
Black with #4D4C27
Text Example
Text Example
White with #4D4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C27; }
p { color: rgb(77,76,39); }
H1.HeaderClassName
{
color: #4D4C27;
}
.AnyTagClassName
{
color: #4D4C27;
}
</style>
background-color css
<style>
a { background-color: #4D4C27; }
a { background-color: rgb(77,76,39); }
div.DivClassName
{
background-color: #4D4C27;
}
.BgClassName
{
background-color: #4D4C27;
}
</style>
border-color css
<style>
span { border-color: #4D4C27; }
span { border-color: rgb(77,76,39); }
td.TdClassName
{
border-color: #4D4C27;
}
.TagClassName
{
border-color: #4D4C27;
}
</style>