Shades of Camouflage #4C4A3B
Tints of Camouflage #4C4A3B
RGB
CMYK
RGB Variations
Color information
#4C4A3B (or 0x4C4A3B) is known color: Camouflage. HEX triplet: 4C, 4A and 3B. RGB value is (76,74,59). Sum of RGB (Red+Green+Blue) = 76+74+59=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A3B is #B3B5C4. Grayscale: #484848. Windows color (decimal): -11777477 or 3885644. OLE color: 3885644.
HSL color Cylindrical-coordinate representation of color #4C4A3B: hue angle of 52.94º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C4A3B is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 59 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.70 |
| HSL | 52.94º | 0.13% | 0.26% | - |
| HSV(B) | 52.94º | 0.22% | 0.3% | - |
| XYZ | 6.22 | 6.75 | 5.11 | - |
| YUV | 72.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 59 | 0 | 0.03 | 0.22 | 0.70 | 52.94 | 0.13 | 0.26 |
| Hex | 4C | 4A | 3B | 0 | 3 | 16 | 46 | 35 | D | 1A |
| Octal | 114 | 112 | 73 | 0 | 3 | 26 | 106 | 65 | 15 | 32 |
| Binary | 1001100 | 1001010 | 111011 | 0 | 11 | 10110 | 1000110 | 110101 | 1101 | 11010 |
Color Harmonies of #4C4A3B
Complementary color
Monochromatic Colors of #4C4A3B
Black with #4C4A3B
Text Example
Text Example
White with #4C4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A3B; }
p { color: rgb(76,74,59); }
H1.HeaderClassName
{
color: #4C4A3B;
}
.AnyTagClassName
{
color: #4C4A3B;
}
</style>
background-color css
<style>
a { background-color: #4C4A3B; }
a { background-color: rgb(76,74,59); }
div.DivClassName
{
background-color: #4C4A3B;
}
.BgClassName
{
background-color: #4C4A3B;
}
</style>
border-color css
<style>
span { border-color: #4C4A3B; }
span { border-color: rgb(76,74,59); }
td.TdClassName
{
border-color: #4C4A3B;
}
.TagClassName
{
border-color: #4C4A3B;
}
</style>