Shades of Camouflage #514E29
Tints of Camouflage #514E29
RGB
CMYK
RGB Variations
Color information
#514E29 (or 0x514E29) is known color: Camouflage. HEX triplet: 51, 4E and 29. RGB value is (81,78,41). Sum of RGB (Red+Green+Blue) = 81+78+41=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #514E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E29 is #AEB1D6. Grayscale: #4A4A4A. Windows color (decimal): -11448791 or 2707025. OLE color: 2707025.
HSL color Cylindrical-coordinate representation of color #514E29: hue angle of 55.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514E29 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 41 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.68 |
| HSL | 55.5º | 0.33% | 0.24% | - |
| HSV(B) | 55.5º | 0.49% | 0.32% | - |
| XYZ | 6.52 | 7.36 | 3.17 | - |
| YUV | 74.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 41 | 0 | 0.04 | 0.49 | 0.68 | 55.5 | 0.33 | 0.24 |
| Hex | 51 | 4E | 29 | 0 | 4 | 31 | 44 | 38 | 21 | 18 |
| Octal | 121 | 116 | 51 | 0 | 4 | 61 | 104 | 70 | 41 | 30 |
| Binary | 1010001 | 1001110 | 101001 | 0 | 100 | 110001 | 1000100 | 111000 | 100001 | 11000 |
Color Harmonies of #514E29
Complementary color
Monochromatic Colors of #514E29
Black with #514E29
Text Example
Text Example
White with #514E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E29; }
p { color: rgb(81,78,41); }
H1.HeaderClassName
{
color: #514E29;
}
.AnyTagClassName
{
color: #514E29;
}
</style>
background-color css
<style>
a { background-color: #514E29; }
a { background-color: rgb(81,78,41); }
div.DivClassName
{
background-color: #514E29;
}
.BgClassName
{
background-color: #514E29;
}
</style>
border-color css
<style>
span { border-color: #514E29; }
span { border-color: rgb(81,78,41); }
td.TdClassName
{
border-color: #514E29;
}
.TagClassName
{
border-color: #514E29;
}
</style>