Shades of Camouflage #504E27
Tints of Camouflage #504E27
RGB
CMYK
RGB Variations
Color information
#504E27 (or 0x504E27) is known color: Camouflage. HEX triplet: 50, 4E and 27. RGB value is (80,78,39). Sum of RGB (Red+Green+Blue) = 80+78+39=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E27 is #AFB1D8. Grayscale: #4A4A4A. Windows color (decimal): -11514329 or 2575952. OLE color: 2575952.
HSL color Cylindrical-coordinate representation of color #504E27: hue angle of 57.07º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504E27 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 39 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.69 |
| HSL | 57.07º | 0.34% | 0.23% | - |
| HSV(B) | 57.07º | 0.51% | 0.31% | - |
| XYZ | 6.4 | 7.3 | 2.99 | - |
| YUV | 74.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 39 | 0 | 0.02 | 0.51 | 0.69 | 57.07 | 0.34 | 0.23 |
| Hex | 50 | 4E | 27 | 0 | 2 | 33 | 45 | 39 | 22 | 17 |
| Octal | 120 | 116 | 47 | 0 | 2 | 63 | 105 | 71 | 42 | 27 |
| Binary | 1010000 | 1001110 | 100111 | 0 | 10 | 110011 | 1000101 | 111001 | 100010 | 10111 |
Color Harmonies of #504E27
Complementary color
Monochromatic Colors of #504E27
Black with #504E27
Text Example
Text Example
White with #504E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E27; }
p { color: rgb(80,78,39); }
H1.HeaderClassName
{
color: #504E27;
}
.AnyTagClassName
{
color: #504E27;
}
</style>
background-color css
<style>
a { background-color: #504E27; }
a { background-color: rgb(80,78,39); }
div.DivClassName
{
background-color: #504E27;
}
.BgClassName
{
background-color: #504E27;
}
</style>
border-color css
<style>
span { border-color: #504E27; }
span { border-color: rgb(80,78,39); }
td.TdClassName
{
border-color: #504E27;
}
.TagClassName
{
border-color: #504E27;
}
</style>