Shades of Camouflage #4D4B2B
Tints of Camouflage #4D4B2B
RGB
CMYK
RGB Variations
Color information
#4D4B2B (or 0x4D4B2B) is known color: Camouflage. HEX triplet: 4D, 4B and 2B. RGB value is (77,75,43). Sum of RGB (Red+Green+Blue) = 77+75+43=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B2B is #B2B4D4. Grayscale: #484848. Windows color (decimal): -11711701 or 2837325. OLE color: 2837325.
HSL color Cylindrical-coordinate representation of color #4D4B2B: hue angle of 56.47º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D4B2B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 43 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.70 |
| HSL | 56.47º | 0.28% | 0.24% | - |
| HSV(B) | 56.47º | 0.44% | 0.3% | - |
| XYZ | 6.01 | 6.78 | 3.28 | - |
| YUV | 71.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 43 | 0 | 0.03 | 0.44 | 0.70 | 56.47 | 0.28 | 0.24 |
| Hex | 4D | 4B | 2B | 0 | 3 | 2C | 46 | 38 | 1C | 18 |
| Octal | 115 | 113 | 53 | 0 | 3 | 54 | 106 | 70 | 34 | 30 |
| Binary | 1001101 | 1001011 | 101011 | 0 | 11 | 101100 | 1000110 | 111000 | 11100 | 11000 |
Color Harmonies of #4D4B2B
Complementary color
Monochromatic Colors of #4D4B2B
Black with #4D4B2B
Text Example
Text Example
White with #4D4B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B2B; }
p { color: rgb(77,75,43); }
H1.HeaderClassName
{
color: #4D4B2B;
}
.AnyTagClassName
{
color: #4D4B2B;
}
</style>
background-color css
<style>
a { background-color: #4D4B2B; }
a { background-color: rgb(77,75,43); }
div.DivClassName
{
background-color: #4D4B2B;
}
.BgClassName
{
background-color: #4D4B2B;
}
</style>
border-color css
<style>
span { border-color: #4D4B2B; }
span { border-color: rgb(77,75,43); }
td.TdClassName
{
border-color: #4D4B2B;
}
.TagClassName
{
border-color: #4D4B2B;
}
</style>