Shades of Camouflage #4D4B24
Tints of Camouflage #4D4B24
RGB
CMYK
RGB Variations
Color information
#4D4B24 (or 0x4D4B24) is known color: Camouflage. HEX triplet: 4D, 4B and 24. RGB value is (77,75,36). Sum of RGB (Red+Green+Blue) = 77+75+36=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B24 is #B2B4DB. Grayscale: #474747. Windows color (decimal): -11711708 or 2378573. OLE color: 2378573.
HSL color Cylindrical-coordinate representation of color #4D4B24: hue angle of 57.07º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4B24 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 36 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.70 |
| HSL | 57.07º | 0.36% | 0.22% | - |
| HSV(B) | 57.07º | 0.53% | 0.3% | - |
| XYZ | 5.9 | 6.74 | 2.66 | - |
| YUV | 71.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 36 | 0 | 0.03 | 0.53 | 0.70 | 57.07 | 0.36 | 0.22 |
| Hex | 4D | 4B | 24 | 0 | 3 | 35 | 46 | 39 | 24 | 16 |
| Octal | 115 | 113 | 44 | 0 | 3 | 65 | 106 | 71 | 44 | 26 |
| Binary | 1001101 | 1001011 | 100100 | 0 | 11 | 110101 | 1000110 | 111001 | 100100 | 10110 |
Color Harmonies of #4D4B24
Complementary color
Monochromatic Colors of #4D4B24
Black with #4D4B24
Text Example
Text Example
White with #4D4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B24; }
p { color: rgb(77,75,36); }
H1.HeaderClassName
{
color: #4D4B24;
}
.AnyTagClassName
{
color: #4D4B24;
}
</style>
background-color css
<style>
a { background-color: #4D4B24; }
a { background-color: rgb(77,75,36); }
div.DivClassName
{
background-color: #4D4B24;
}
.BgClassName
{
background-color: #4D4B24;
}
</style>
border-color css
<style>
span { border-color: #4D4B24; }
span { border-color: rgb(77,75,36); }
td.TdClassName
{
border-color: #4D4B24;
}
.TagClassName
{
border-color: #4D4B24;
}
</style>