Shades of Camouflage #514E36
Tints of Camouflage #514E36
RGB
CMYK
RGB Variations
Color information
#514E36 (or 0x514E36) is known color: Camouflage. HEX triplet: 51, 4E and 36. RGB value is (81,78,54). Sum of RGB (Red+Green+Blue) = 81+78+54=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #514E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E36 is #AEB1C9. Grayscale: #4C4C4C. Windows color (decimal): -11448778 or 3558993. OLE color: 3558993.
HSL color Cylindrical-coordinate representation of color #514E36: hue angle of 53.33º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514E36 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 54 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.68 |
| HSL | 53.33º | 0.2% | 0.26% | - |
| HSV(B) | 53.33º | 0.33% | 0.32% | - |
| XYZ | 6.78 | 7.46 | 4.57 | - |
| YUV | 76.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 54 | 0 | 0.04 | 0.33 | 0.68 | 53.33 | 0.2 | 0.26 |
| Hex | 51 | 4E | 36 | 0 | 4 | 21 | 44 | 35 | 14 | 1A |
| Octal | 121 | 116 | 66 | 0 | 4 | 41 | 104 | 65 | 24 | 32 |
| Binary | 1010001 | 1001110 | 110110 | 0 | 100 | 100001 | 1000100 | 110101 | 10100 | 11010 |
Color Harmonies of #514E36
Complementary color
Monochromatic Colors of #514E36
Black with #514E36
Text Example
Text Example
White with #514E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E36; }
p { color: rgb(81,78,54); }
H1.HeaderClassName
{
color: #514E36;
}
.AnyTagClassName
{
color: #514E36;
}
</style>
background-color css
<style>
a { background-color: #514E36; }
a { background-color: rgb(81,78,54); }
div.DivClassName
{
background-color: #514E36;
}
.BgClassName
{
background-color: #514E36;
}
</style>
border-color css
<style>
span { border-color: #514E36; }
span { border-color: rgb(81,78,54); }
td.TdClassName
{
border-color: #514E36;
}
.TagClassName
{
border-color: #514E36;
}
</style>