Shades of Camouflage #504E36
Tints of Camouflage #504E36
RGB
CMYK
RGB Variations
Color information
#504E36 (or 0x504E36) is known color: Camouflage. HEX triplet: 50, 4E and 36. RGB value is (80,78,54). Sum of RGB (Red+Green+Blue) = 80+78+54=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #504E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E36 is #AFB1C9. Grayscale: #4B4B4B. Windows color (decimal): -11514314 or 3558992. OLE color: 3558992.
HSL color Cylindrical-coordinate representation of color #504E36: hue angle of 55.38º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504E36 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 54 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.69 |
| HSL | 55.38º | 0.19% | 0.26% | - |
| HSV(B) | 55.38º | 0.33% | 0.31% | - |
| XYZ | 6.7 | 7.42 | 4.57 | - |
| YUV | 75.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 54 | 0 | 0.02 | 0.33 | 0.69 | 55.38 | 0.19 | 0.26 |
| Hex | 50 | 4E | 36 | 0 | 2 | 21 | 45 | 37 | 13 | 1A |
| Octal | 120 | 116 | 66 | 0 | 2 | 41 | 105 | 67 | 23 | 32 |
| Binary | 1010000 | 1001110 | 110110 | 0 | 10 | 100001 | 1000101 | 110111 | 10011 | 11010 |
Color Harmonies of #504E36
Complementary color
Monochromatic Colors of #504E36
Black with #504E36
Text Example
Text Example
White with #504E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E36; }
p { color: rgb(80,78,54); }
H1.HeaderClassName
{
color: #504E36;
}
.AnyTagClassName
{
color: #504E36;
}
</style>
background-color css
<style>
a { background-color: #504E36; }
a { background-color: rgb(80,78,54); }
div.DivClassName
{
background-color: #504E36;
}
.BgClassName
{
background-color: #504E36;
}
</style>
border-color css
<style>
span { border-color: #504E36; }
span { border-color: rgb(80,78,54); }
td.TdClassName
{
border-color: #504E36;
}
.TagClassName
{
border-color: #504E36;
}
</style>