Shades of Camouflage #4E4B28
Tints of Camouflage #4E4B28
RGB
CMYK
RGB Variations
Color information
#4E4B28 (or 0x4E4B28) is known color: Camouflage. HEX triplet: 4E, 4B and 28. RGB value is (78,75,40). Sum of RGB (Red+Green+Blue) = 78+75+40=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4B28 is #B1B4D7. Grayscale: #484848. Windows color (decimal): -11646168 or 2640718. OLE color: 2640718.
HSL color Cylindrical-coordinate representation of color #4E4B28: hue angle of 55.26º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E4B28 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 40 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.69 |
| HSL | 55.26º | 0.32% | 0.23% | - |
| HSV(B) | 55.26º | 0.49% | 0.31% | - |
| XYZ | 6.04 | 6.81 | 3 | - |
| YUV | 71.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 40 | 0 | 0.04 | 0.49 | 0.69 | 55.26 | 0.32 | 0.23 |
| Hex | 4E | 4B | 28 | 0 | 4 | 31 | 45 | 37 | 20 | 17 |
| Octal | 116 | 113 | 50 | 0 | 4 | 61 | 105 | 67 | 40 | 27 |
| Binary | 1001110 | 1001011 | 101000 | 0 | 100 | 110001 | 1000101 | 110111 | 100000 | 10111 |
Color Harmonies of #4E4B28
Complementary color
Monochromatic Colors of #4E4B28
Black with #4E4B28
Text Example
Text Example
White with #4E4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B28; }
p { color: rgb(78,75,40); }
H1.HeaderClassName
{
color: #4E4B28;
}
.AnyTagClassName
{
color: #4E4B28;
}
</style>
background-color css
<style>
a { background-color: #4E4B28; }
a { background-color: rgb(78,75,40); }
div.DivClassName
{
background-color: #4E4B28;
}
.BgClassName
{
background-color: #4E4B28;
}
</style>
border-color css
<style>
span { border-color: #4E4B28; }
span { border-color: rgb(78,75,40); }
td.TdClassName
{
border-color: #4E4B28;
}
.TagClassName
{
border-color: #4E4B28;
}
</style>