Shades of Camouflage #4C4B30
Tints of Camouflage #4C4B30
RGB
CMYK
RGB Variations
Color information
#4C4B30 (or 0x4C4B30) is known color: Camouflage. HEX triplet: 4C, 4B and 30. RGB value is (76,75,48). Sum of RGB (Red+Green+Blue) = 76+75+48=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B30 is #B3B4CF. Grayscale: #484848. Windows color (decimal): -11777232 or 3165004. OLE color: 3165004.
HSL color Cylindrical-coordinate representation of color #4C4B30: hue angle of 57.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C4B30 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 48 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.70 |
| HSL | 57.86º | 0.23% | 0.24% | - |
| HSV(B) | 57.86º | 0.37% | 0.3% | - |
| XYZ | 6.03 | 6.78 | 3.79 | - |
| YUV | 72.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 48 | 0 | 0.01 | 0.37 | 0.70 | 57.86 | 0.23 | 0.24 |
| Hex | 4C | 4B | 30 | 0 | 1 | 25 | 46 | 3A | 17 | 18 |
| Octal | 114 | 113 | 60 | 0 | 1 | 45 | 106 | 72 | 27 | 30 |
| Binary | 1001100 | 1001011 | 110000 | 0 | 1 | 100101 | 1000110 | 111010 | 10111 | 11000 |
Color Harmonies of #4C4B30
Complementary color
Monochromatic Colors of #4C4B30
Black with #4C4B30
Text Example
Text Example
White with #4C4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B30; }
p { color: rgb(76,75,48); }
H1.HeaderClassName
{
color: #4C4B30;
}
.AnyTagClassName
{
color: #4C4B30;
}
</style>
background-color css
<style>
a { background-color: #4C4B30; }
a { background-color: rgb(76,75,48); }
div.DivClassName
{
background-color: #4C4B30;
}
.BgClassName
{
background-color: #4C4B30;
}
</style>
border-color css
<style>
span { border-color: #4C4B30; }
span { border-color: rgb(76,75,48); }
td.TdClassName
{
border-color: #4C4B30;
}
.TagClassName
{
border-color: #4C4B30;
}
</style>