Shades of Camouflage #4D4B30
Tints of Camouflage #4D4B30
RGB
CMYK
RGB Variations
Color information
#4D4B30 (or 0x4D4B30) is known color: Camouflage. HEX triplet: 4D, 4B and 30. RGB value is (77,75,48). Sum of RGB (Red+Green+Blue) = 77+75+48=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B30 is #B2B4CF. Grayscale: #484848. Windows color (decimal): -11711696 or 3165005. OLE color: 3165005.
HSL color Cylindrical-coordinate representation of color #4D4B30: hue angle of 55.86º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D4B30 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 48 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.70 |
| HSL | 55.86º | 0.23% | 0.25% | - |
| HSV(B) | 55.86º | 0.38% | 0.3% | - |
| XYZ | 6.11 | 6.82 | 3.79 | - |
| YUV | 72.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 48 | 0 | 0.03 | 0.38 | 0.70 | 55.86 | 0.23 | 0.25 |
| Hex | 4D | 4B | 30 | 0 | 3 | 26 | 46 | 38 | 17 | 19 |
| Octal | 115 | 113 | 60 | 0 | 3 | 46 | 106 | 70 | 27 | 31 |
| Binary | 1001101 | 1001011 | 110000 | 0 | 11 | 100110 | 1000110 | 111000 | 10111 | 11001 |
Color Harmonies of #4D4B30
Complementary color
Monochromatic Colors of #4D4B30
Black with #4D4B30
Text Example
Text Example
White with #4D4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B30; }
p { color: rgb(77,75,48); }
H1.HeaderClassName
{
color: #4D4B30;
}
.AnyTagClassName
{
color: #4D4B30;
}
</style>
background-color css
<style>
a { background-color: #4D4B30; }
a { background-color: rgb(77,75,48); }
div.DivClassName
{
background-color: #4D4B30;
}
.BgClassName
{
background-color: #4D4B30;
}
</style>
border-color css
<style>
span { border-color: #4D4B30; }
span { border-color: rgb(77,75,48); }
td.TdClassName
{
border-color: #4D4B30;
}
.TagClassName
{
border-color: #4D4B30;
}
</style>