Shades of Camouflage #4C4B2E
Tints of Camouflage #4C4B2E
RGB
CMYK
RGB Variations
Color information
#4C4B2E (or 0x4C4B2E) is known color: Camouflage. HEX triplet: 4C, 4B and 2E. RGB value is (76,75,46). Sum of RGB (Red+Green+Blue) = 76+75+46=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B2E is #B3B4D1. Grayscale: #484848. Windows color (decimal): -11777234 or 3033932. OLE color: 3033932.
HSL color Cylindrical-coordinate representation of color #4C4B2E: hue angle of 58º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C4B2E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 46 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.70 |
| HSL | 58º | 0.25% | 0.24% | - |
| HSV(B) | 58º | 0.39% | 0.3% | - |
| XYZ | 5.99 | 6.77 | 3.58 | - |
| YUV | 71.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 46 | 0 | 0.01 | 0.39 | 0.70 | 58 | 0.25 | 0.24 |
| Hex | 4C | 4B | 2E | 0 | 1 | 27 | 46 | 3A | 19 | 18 |
| Octal | 114 | 113 | 56 | 0 | 1 | 47 | 106 | 72 | 31 | 30 |
| Binary | 1001100 | 1001011 | 101110 | 0 | 1 | 100111 | 1000110 | 111010 | 11001 | 11000 |
Color Harmonies of #4C4B2E
Complementary color
Monochromatic Colors of #4C4B2E
Black with #4C4B2E
Text Example
Text Example
White with #4C4B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B2E; }
p { color: rgb(76,75,46); }
H1.HeaderClassName
{
color: #4C4B2E;
}
.AnyTagClassName
{
color: #4C4B2E;
}
</style>
background-color css
<style>
a { background-color: #4C4B2E; }
a { background-color: rgb(76,75,46); }
div.DivClassName
{
background-color: #4C4B2E;
}
.BgClassName
{
background-color: #4C4B2E;
}
</style>
border-color css
<style>
span { border-color: #4C4B2E; }
span { border-color: rgb(76,75,46); }
td.TdClassName
{
border-color: #4C4B2E;
}
.TagClassName
{
border-color: #4C4B2E;
}
</style>