Shades of Camouflage #4E4D27
Tints of Camouflage #4E4D27
RGB
CMYK
RGB Variations
Color information
#4E4D27 (or 0x4E4D27) is known color: Camouflage. HEX triplet: 4E, 4D and 27. RGB value is (78,77,39). Sum of RGB (Red+Green+Blue) = 78+77+39=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D27 is #B1B2D8. Grayscale: #494949. Windows color (decimal): -11645657 or 2575694. OLE color: 2575694.
HSL color Cylindrical-coordinate representation of color #4E4D27: hue angle of 58.46º 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 #4E4D27 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 77 | 39 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.69 |
| HSL | 58.46º | 0.33% | 0.23% | - |
| HSV(B) | 58.46º | 0.5% | 0.31% | - |
| XYZ | 6.16 | 7.07 | 2.96 | - |
| YUV | 72.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 39 | 0 | 0.01 | 0.50 | 0.69 | 58.46 | 0.33 | 0.23 |
| Hex | 4E | 4D | 27 | 0 | 1 | 32 | 45 | 3A | 21 | 17 |
| Octal | 116 | 115 | 47 | 0 | 1 | 62 | 105 | 72 | 41 | 27 |
| Binary | 1001110 | 1001101 | 100111 | 0 | 1 | 110010 | 1000101 | 111010 | 100001 | 10111 |
Color Harmonies of #4E4D27
Complementary color
Monochromatic Colors of #4E4D27
Black with #4E4D27
Text Example
Text Example
White with #4E4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D27; }
p { color: rgb(78,77,39); }
H1.HeaderClassName
{
color: #4E4D27;
}
.AnyTagClassName
{
color: #4E4D27;
}
</style>
background-color css
<style>
a { background-color: #4E4D27; }
a { background-color: rgb(78,77,39); }
div.DivClassName
{
background-color: #4E4D27;
}
.BgClassName
{
background-color: #4E4D27;
}
</style>
border-color css
<style>
span { border-color: #4E4D27; }
span { border-color: rgb(78,77,39); }
td.TdClassName
{
border-color: #4E4D27;
}
.TagClassName
{
border-color: #4E4D27;
}
</style>