Shades of Camouflage #504E20
Tints of Camouflage #504E20
RGB
CMYK
RGB Variations
Color information
#504E20 (or 0x504E20) is known color: Camouflage. HEX triplet: 50, 4E and 20. RGB value is (80,78,32). Sum of RGB (Red+Green+Blue) = 80+78+32=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #504E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E20 is #AFB1DF. Grayscale: #494949. Windows color (decimal): -11514336 or 2117200. OLE color: 2117200.
HSL color Cylindrical-coordinate representation of color #504E20: hue angle of 57.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504E20 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 32 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.69 |
| HSL | 57.5º | 0.43% | 0.22% | - |
| HSV(B) | 57.5º | 0.6% | 0.31% | - |
| XYZ | 6.29 | 7.26 | 2.44 | - |
| YUV | 73.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 32 | 0 | 0.02 | 0.60 | 0.69 | 57.5 | 0.43 | 0.22 |
| Hex | 50 | 4E | 20 | 0 | 2 | 3C | 45 | 3A | 2B | 16 |
| Octal | 120 | 116 | 40 | 0 | 2 | 74 | 105 | 72 | 53 | 26 |
| Binary | 1010000 | 1001110 | 100000 | 0 | 10 | 111100 | 1000101 | 111010 | 101011 | 10110 |
Color Harmonies of #504E20
Complementary color
Monochromatic Colors of #504E20
Black with #504E20
Text Example
Text Example
White with #504E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E20; }
p { color: rgb(80,78,32); }
H1.HeaderClassName
{
color: #504E20;
}
.AnyTagClassName
{
color: #504E20;
}
</style>
background-color css
<style>
a { background-color: #504E20; }
a { background-color: rgb(80,78,32); }
div.DivClassName
{
background-color: #504E20;
}
.BgClassName
{
background-color: #504E20;
}
</style>
border-color css
<style>
span { border-color: #504E20; }
span { border-color: rgb(80,78,32); }
td.TdClassName
{
border-color: #504E20;
}
.TagClassName
{
border-color: #504E20;
}
</style>