Shades of Camouflage #4C4A2B
Tints of Camouflage #4C4A2B
RGB
CMYK
RGB Variations
Color information
#4C4A2B (or 0x4C4A2B) is known color: Camouflage. HEX triplet: 4C, 4A and 2B. RGB value is (76,74,43). Sum of RGB (Red+Green+Blue) = 76+74+43=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A2B is #B3B5D4. Grayscale: #474747. Windows color (decimal): -11777493 or 2837068. OLE color: 2837068.
HSL color Cylindrical-coordinate representation of color #4C4A2B: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C4A2B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 43 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.70 |
| HSL | 56.36º | 0.28% | 0.23% | - |
| HSV(B) | 56.36º | 0.43% | 0.3% | - |
| XYZ | 5.87 | 6.61 | 3.25 | - |
| YUV | 71.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 43 | 0 | 0.03 | 0.43 | 0.70 | 56.36 | 0.28 | 0.23 |
| Hex | 4C | 4A | 2B | 0 | 3 | 2B | 46 | 38 | 1C | 17 |
| Octal | 114 | 112 | 53 | 0 | 3 | 53 | 106 | 70 | 34 | 27 |
| Binary | 1001100 | 1001010 | 101011 | 0 | 11 | 101011 | 1000110 | 111000 | 11100 | 10111 |
Color Harmonies of #4C4A2B
Complementary color
Monochromatic Colors of #4C4A2B
Black with #4C4A2B
Text Example
Text Example
White with #4C4A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A2B; }
p { color: rgb(76,74,43); }
H1.HeaderClassName
{
color: #4C4A2B;
}
.AnyTagClassName
{
color: #4C4A2B;
}
</style>
background-color css
<style>
a { background-color: #4C4A2B; }
a { background-color: rgb(76,74,43); }
div.DivClassName
{
background-color: #4C4A2B;
}
.BgClassName
{
background-color: #4C4A2B;
}
</style>
border-color css
<style>
span { border-color: #4C4A2B; }
span { border-color: rgb(76,74,43); }
td.TdClassName
{
border-color: #4C4A2B;
}
.TagClassName
{
border-color: #4C4A2B;
}
</style>