Shades of Camouflage #504D30
Tints of Camouflage #504D30
RGB
CMYK
RGB Variations
Color information
#504D30 (or 0x504D30) is known color: Camouflage. HEX triplet: 50, 4D and 30. RGB value is (80,77,48). Sum of RGB (Red+Green+Blue) = 80+77+48=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D30 is #AFB2CF. Grayscale: #4A4A4A. Windows color (decimal): -11514576 or 3165520. OLE color: 3165520.
HSL color Cylindrical-coordinate representation of color #504D30: hue angle of 54.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504D30 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 48 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.69 |
| HSL | 54.38º | 0.25% | 0.25% | - |
| HSV(B) | 54.38º | 0.4% | 0.31% | - |
| XYZ | 6.5 | 7.23 | 3.85 | - |
| YUV | 74.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 48 | 0 | 0.04 | 0.40 | 0.69 | 54.38 | 0.25 | 0.25 |
| Hex | 50 | 4D | 30 | 0 | 4 | 28 | 45 | 36 | 19 | 19 |
| Octal | 120 | 115 | 60 | 0 | 4 | 50 | 105 | 66 | 31 | 31 |
| Binary | 1010000 | 1001101 | 110000 | 0 | 100 | 101000 | 1000101 | 110110 | 11001 | 11001 |
Color Harmonies of #504D30
Complementary color
Monochromatic Colors of #504D30
Black with #504D30
Text Example
Text Example
White with #504D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D30; }
p { color: rgb(80,77,48); }
H1.HeaderClassName
{
color: #504D30;
}
.AnyTagClassName
{
color: #504D30;
}
</style>
background-color css
<style>
a { background-color: #504D30; }
a { background-color: rgb(80,77,48); }
div.DivClassName
{
background-color: #504D30;
}
.BgClassName
{
background-color: #504D30;
}
</style>
border-color css
<style>
span { border-color: #504D30; }
span { border-color: rgb(80,77,48); }
td.TdClassName
{
border-color: #504D30;
}
.TagClassName
{
border-color: #504D30;
}
</style>