Shades of Camouflage #504D31
Tints of Camouflage #504D31
RGB
CMYK
RGB Variations
Color information
#504D31 (or 0x504D31) is known color: Camouflage. HEX triplet: 50, 4D and 31. RGB value is (80,77,49). Sum of RGB (Red+Green+Blue) = 80+77+49=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D31 is #AFB2CE. Grayscale: #4A4A4A. Windows color (decimal): -11514575 or 3231056. OLE color: 3231056.
HSL color Cylindrical-coordinate representation of color #504D31: hue angle of 54.19º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504D31 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 49 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.69 |
| HSL | 54.19º | 0.24% | 0.25% | - |
| HSV(B) | 54.19º | 0.39% | 0.31% | - |
| XYZ | 6.52 | 7.23 | 3.96 | - |
| YUV | 74.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 49 | 0 | 0.04 | 0.39 | 0.69 | 54.19 | 0.24 | 0.25 |
| Hex | 50 | 4D | 31 | 0 | 4 | 27 | 45 | 36 | 18 | 19 |
| Octal | 120 | 115 | 61 | 0 | 4 | 47 | 105 | 66 | 30 | 31 |
| Binary | 1010000 | 1001101 | 110001 | 0 | 100 | 100111 | 1000101 | 110110 | 11000 | 11001 |
Color Harmonies of #504D31
Complementary color
Monochromatic Colors of #504D31
Black with #504D31
Text Example
Text Example
White with #504D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D31; }
p { color: rgb(80,77,49); }
H1.HeaderClassName
{
color: #504D31;
}
.AnyTagClassName
{
color: #504D31;
}
</style>
background-color css
<style>
a { background-color: #504D31; }
a { background-color: rgb(80,77,49); }
div.DivClassName
{
background-color: #504D31;
}
.BgClassName
{
background-color: #504D31;
}
</style>
border-color css
<style>
span { border-color: #504D31; }
span { border-color: rgb(80,77,49); }
td.TdClassName
{
border-color: #504D31;
}
.TagClassName
{
border-color: #504D31;
}
</style>