Shades of Camouflage #4E4B27
Tints of Camouflage #4E4B27
RGB
CMYK
RGB Variations
Color information
#4E4B27 (or 0x4E4B27) is known color: Camouflage. HEX triplet: 4E, 4B and 27. RGB value is (78,75,39). Sum of RGB (Red+Green+Blue) = 78+75+39=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4B27 is #B1B4D8. Grayscale: #474747. Windows color (decimal): -11646169 or 2575182. OLE color: 2575182.
HSL color Cylindrical-coordinate representation of color #4E4B27: hue angle of 55.38º 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 #4E4B27 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 39 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.69 |
| HSL | 55.38º | 0.33% | 0.23% | - |
| HSV(B) | 55.38º | 0.5% | 0.31% | - |
| XYZ | 6.02 | 6.8 | 2.91 | - |
| YUV | 71.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 39 | 0 | 0.04 | 0.50 | 0.69 | 55.38 | 0.33 | 0.23 |
| Hex | 4E | 4B | 27 | 0 | 4 | 32 | 45 | 37 | 21 | 17 |
| Octal | 116 | 113 | 47 | 0 | 4 | 62 | 105 | 67 | 41 | 27 |
| Binary | 1001110 | 1001011 | 100111 | 0 | 100 | 110010 | 1000101 | 110111 | 100001 | 10111 |
Color Harmonies of #4E4B27
Complementary color
Monochromatic Colors of #4E4B27
Black with #4E4B27
Text Example
Text Example
White with #4E4B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B27; }
p { color: rgb(78,75,39); }
H1.HeaderClassName
{
color: #4E4B27;
}
.AnyTagClassName
{
color: #4E4B27;
}
</style>
background-color css
<style>
a { background-color: #4E4B27; }
a { background-color: rgb(78,75,39); }
div.DivClassName
{
background-color: #4E4B27;
}
.BgClassName
{
background-color: #4E4B27;
}
</style>
border-color css
<style>
span { border-color: #4E4B27; }
span { border-color: rgb(78,75,39); }
td.TdClassName
{
border-color: #4E4B27;
}
.TagClassName
{
border-color: #4E4B27;
}
</style>