Shades of Camouflage #504E21
Tints of Camouflage #504E21
RGB
CMYK
RGB Variations
Color information
#504E21 (or 0x504E21) is known color: Camouflage. HEX triplet: 50, 4E and 21. RGB value is (80,78,33). Sum of RGB (Red+Green+Blue) = 80+78+33=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #504E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E21 is #AFB1DE. Grayscale: #494949. Windows color (decimal): -11514335 or 2182736. OLE color: 2182736.
HSL color Cylindrical-coordinate representation of color #504E21: hue angle of 57.45º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504E21 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 33 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.69 |
| HSL | 57.45º | 0.42% | 0.22% | - |
| HSV(B) | 57.45º | 0.59% | 0.31% | - |
| XYZ | 6.31 | 7.26 | 2.51 | - |
| YUV | 73.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 33 | 0 | 0.02 | 0.59 | 0.69 | 57.45 | 0.42 | 0.22 |
| Hex | 50 | 4E | 21 | 0 | 2 | 3B | 45 | 39 | 2A | 16 |
| Octal | 120 | 116 | 41 | 0 | 2 | 73 | 105 | 71 | 52 | 26 |
| Binary | 1010000 | 1001110 | 100001 | 0 | 10 | 111011 | 1000101 | 111001 | 101010 | 10110 |
Color Harmonies of #504E21
Complementary color
Monochromatic Colors of #504E21
Black with #504E21
Text Example
Text Example
White with #504E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E21; }
p { color: rgb(80,78,33); }
H1.HeaderClassName
{
color: #504E21;
}
.AnyTagClassName
{
color: #504E21;
}
</style>
background-color css
<style>
a { background-color: #504E21; }
a { background-color: rgb(80,78,33); }
div.DivClassName
{
background-color: #504E21;
}
.BgClassName
{
background-color: #504E21;
}
</style>
border-color css
<style>
span { border-color: #504E21; }
span { border-color: rgb(80,78,33); }
td.TdClassName
{
border-color: #504E21;
}
.TagClassName
{
border-color: #504E21;
}
</style>