Shades of Camouflage #4D4B3B
Tints of Camouflage #4D4B3B
RGB
CMYK
RGB Variations
Color information
#4D4B3B (or 0x4D4B3B) is known color: Camouflage. HEX triplet: 4D, 4B and 3B. RGB value is (77,75,59). Sum of RGB (Red+Green+Blue) = 77+75+59=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B3B is #B2B4C4. Grayscale: #494949. Windows color (decimal): -11711685 or 3885901. OLE color: 3885901.
HSL color Cylindrical-coordinate representation of color #4D4B3B: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D4B3B is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 59 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.70 |
| HSL | 53.33º | 0.13% | 0.27% | - |
| HSV(B) | 53.33º | 0.23% | 0.3% | - |
| XYZ | 6.37 | 6.93 | 5.14 | - |
| YUV | 73.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 59 | 0 | 0.03 | 0.23 | 0.70 | 53.33 | 0.13 | 0.27 |
| Hex | 4D | 4B | 3B | 0 | 3 | 17 | 46 | 35 | D | 1B |
| Octal | 115 | 113 | 73 | 0 | 3 | 27 | 106 | 65 | 15 | 33 |
| Binary | 1001101 | 1001011 | 111011 | 0 | 11 | 10111 | 1000110 | 110101 | 1101 | 11011 |
Color Harmonies of #4D4B3B
Complementary color
Monochromatic Colors of #4D4B3B
Black with #4D4B3B
Text Example
Text Example
White with #4D4B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B3B; }
p { color: rgb(77,75,59); }
H1.HeaderClassName
{
color: #4D4B3B;
}
.AnyTagClassName
{
color: #4D4B3B;
}
</style>
background-color css
<style>
a { background-color: #4D4B3B; }
a { background-color: rgb(77,75,59); }
div.DivClassName
{
background-color: #4D4B3B;
}
.BgClassName
{
background-color: #4D4B3B;
}
</style>
border-color css
<style>
span { border-color: #4D4B3B; }
span { border-color: rgb(77,75,59); }
td.TdClassName
{
border-color: #4D4B3B;
}
.TagClassName
{
border-color: #4D4B3B;
}
</style>