Shades of Camouflage #514E37
Tints of Camouflage #514E37
RGB
CMYK
RGB Variations
Color information
#514E37 (or 0x514E37) is known color: Camouflage. HEX triplet: 51, 4E and 37. RGB value is (81,78,55). Sum of RGB (Red+Green+Blue) = 81+78+55=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E37 is #AEB1C8. Grayscale: #4C4C4C. Windows color (decimal): -11448777 or 3624529. OLE color: 3624529.
HSL color Cylindrical-coordinate representation of color #514E37: hue angle of 53.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514E37 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 55 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.68 |
| HSL | 53.08º | 0.19% | 0.27% | - |
| HSV(B) | 53.08º | 0.32% | 0.32% | - |
| XYZ | 6.81 | 7.47 | 4.7 | - |
| YUV | 76.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 55 | 0 | 0.04 | 0.32 | 0.68 | 53.08 | 0.19 | 0.27 |
| Hex | 51 | 4E | 37 | 0 | 4 | 20 | 44 | 35 | 13 | 1B |
| Octal | 121 | 116 | 67 | 0 | 4 | 40 | 104 | 65 | 23 | 33 |
| Binary | 1010001 | 1001110 | 110111 | 0 | 100 | 100000 | 1000100 | 110101 | 10011 | 11011 |
Color Harmonies of #514E37
Complementary color
Monochromatic Colors of #514E37
Black with #514E37
Text Example
Text Example
White with #514E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E37; }
p { color: rgb(81,78,55); }
H1.HeaderClassName
{
color: #514E37;
}
.AnyTagClassName
{
color: #514E37;
}
</style>
background-color css
<style>
a { background-color: #514E37; }
a { background-color: rgb(81,78,55); }
div.DivClassName
{
background-color: #514E37;
}
.BgClassName
{
background-color: #514E37;
}
</style>
border-color css
<style>
span { border-color: #514E37; }
span { border-color: rgb(81,78,55); }
td.TdClassName
{
border-color: #514E37;
}
.TagClassName
{
border-color: #514E37;
}
</style>