Shades of Camouflage #4C4B28
Tints of Camouflage #4C4B28
RGB
CMYK
RGB Variations
Color information
#4C4B28 (or 0x4C4B28) is known color: Camouflage. HEX triplet: 4C, 4B and 28. RGB value is (76,75,40). Sum of RGB (Red+Green+Blue) = 76+75+40=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B28 is #B3B4D7. Grayscale: #474747. Windows color (decimal): -11777240 or 2640716. OLE color: 2640716.
HSL color Cylindrical-coordinate representation of color #4C4B28: hue angle of 58.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C4B28 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 40 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.70 |
| HSL | 58.33º | 0.31% | 0.23% | - |
| HSV(B) | 58.33º | 0.47% | 0.3% | - |
| XYZ | 5.88 | 6.72 | 3 | - |
| YUV | 71.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 40 | 0 | 0.01 | 0.47 | 0.70 | 58.33 | 0.31 | 0.23 |
| Hex | 4C | 4B | 28 | 0 | 1 | 2F | 46 | 3A | 1F | 17 |
| Octal | 114 | 113 | 50 | 0 | 1 | 57 | 106 | 72 | 37 | 27 |
| Binary | 1001100 | 1001011 | 101000 | 0 | 1 | 101111 | 1000110 | 111010 | 11111 | 10111 |
Color Harmonies of #4C4B28
Complementary color
Monochromatic Colors of #4C4B28
Black with #4C4B28
Text Example
Text Example
White with #4C4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B28; }
p { color: rgb(76,75,40); }
H1.HeaderClassName
{
color: #4C4B28;
}
.AnyTagClassName
{
color: #4C4B28;
}
</style>
background-color css
<style>
a { background-color: #4C4B28; }
a { background-color: rgb(76,75,40); }
div.DivClassName
{
background-color: #4C4B28;
}
.BgClassName
{
background-color: #4C4B28;
}
</style>
border-color css
<style>
span { border-color: #4C4B28; }
span { border-color: rgb(76,75,40); }
td.TdClassName
{
border-color: #4C4B28;
}
.TagClassName
{
border-color: #4C4B28;
}
</style>