Shades of Camouflage #4E4C27
Tints of Camouflage #4E4C27
RGB
CMYK
RGB Variations
Color information
#4E4C27 (or 0x4E4C27) is known color: Camouflage. HEX triplet: 4E, 4C and 27. RGB value is (78,76,39). Sum of RGB (Red+Green+Blue) = 78+76+39=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C27 is #B1B3D8. Grayscale: #484848. Windows color (decimal): -11645913 or 2575438. OLE color: 2575438.
HSL color Cylindrical-coordinate representation of color #4E4C27: hue angle of 56.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4C27 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 39 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.69 |
| HSL | 56.92º | 0.33% | 0.23% | - |
| HSV(B) | 56.92º | 0.5% | 0.31% | - |
| XYZ | 6.09 | 6.94 | 2.94 | - |
| YUV | 72.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 39 | 0 | 0.03 | 0.50 | 0.69 | 56.92 | 0.33 | 0.23 |
| Hex | 4E | 4C | 27 | 0 | 3 | 32 | 45 | 39 | 21 | 17 |
| Octal | 116 | 114 | 47 | 0 | 3 | 62 | 105 | 71 | 41 | 27 |
| Binary | 1001110 | 1001100 | 100111 | 0 | 11 | 110010 | 1000101 | 111001 | 100001 | 10111 |
Color Harmonies of #4E4C27
Complementary color
Monochromatic Colors of #4E4C27
Black with #4E4C27
Text Example
Text Example
White with #4E4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C27; }
p { color: rgb(78,76,39); }
H1.HeaderClassName
{
color: #4E4C27;
}
.AnyTagClassName
{
color: #4E4C27;
}
</style>
background-color css
<style>
a { background-color: #4E4C27; }
a { background-color: rgb(78,76,39); }
div.DivClassName
{
background-color: #4E4C27;
}
.BgClassName
{
background-color: #4E4C27;
}
</style>
border-color css
<style>
span { border-color: #4E4C27; }
span { border-color: rgb(78,76,39); }
td.TdClassName
{
border-color: #4E4C27;
}
.TagClassName
{
border-color: #4E4C27;
}
</style>