Shades of Camouflage #4C4A33
Tints of Camouflage #4C4A33
RGB
CMYK
RGB Variations
Color information
#4C4A33 (or 0x4C4A33) is known color: Camouflage. HEX triplet: 4C, 4A and 33. RGB value is (76,74,51). Sum of RGB (Red+Green+Blue) = 76+74+51=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A33 is #B3B5CC. Grayscale: #484848. Windows color (decimal): -11777485 or 3361356. OLE color: 3361356.
HSL color Cylindrical-coordinate representation of color #4C4A33: hue angle of 55.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C4A33 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 51 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.70 |
| HSL | 55.2º | 0.2% | 0.25% | - |
| HSV(B) | 55.2º | 0.33% | 0.3% | - |
| XYZ | 6.03 | 6.67 | 4.1 | - |
| YUV | 71.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 51 | 0 | 0.03 | 0.33 | 0.70 | 55.2 | 0.2 | 0.25 |
| Hex | 4C | 4A | 33 | 0 | 3 | 21 | 46 | 37 | 14 | 19 |
| Octal | 114 | 112 | 63 | 0 | 3 | 41 | 106 | 67 | 24 | 31 |
| Binary | 1001100 | 1001010 | 110011 | 0 | 11 | 100001 | 1000110 | 110111 | 10100 | 11001 |
Color Harmonies of #4C4A33
Complementary color
Monochromatic Colors of #4C4A33
Black with #4C4A33
Text Example
Text Example
White with #4C4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A33; }
p { color: rgb(76,74,51); }
H1.HeaderClassName
{
color: #4C4A33;
}
.AnyTagClassName
{
color: #4C4A33;
}
</style>
background-color css
<style>
a { background-color: #4C4A33; }
a { background-color: rgb(76,74,51); }
div.DivClassName
{
background-color: #4C4A33;
}
.BgClassName
{
background-color: #4C4A33;
}
</style>
border-color css
<style>
span { border-color: #4C4A33; }
span { border-color: rgb(76,74,51); }
td.TdClassName
{
border-color: #4C4A33;
}
.TagClassName
{
border-color: #4C4A33;
}
</style>