Shades of Camouflage #514F29
Tints of Camouflage #514F29
RGB
CMYK
RGB Variations
Color information
#514F29 (or 0x514F29) is known color: Camouflage. HEX triplet: 51, 4F and 29. RGB value is (81,79,41). Sum of RGB (Red+Green+Blue) = 81+79+41=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F29 is #AEB0D6. Grayscale: #4B4B4B. Windows color (decimal): -11448535 or 2707281. OLE color: 2707281.
HSL color Cylindrical-coordinate representation of color #514F29: hue angle of 57º 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 #514F29 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 41 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.68 |
| HSL | 57º | 0.33% | 0.24% | - |
| HSV(B) | 57º | 0.49% | 0.32% | - |
| XYZ | 6.59 | 7.5 | 3.2 | - |
| YUV | 75.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 41 | 0 | 0.02 | 0.49 | 0.68 | 57 | 0.33 | 0.24 |
| Hex | 51 | 4F | 29 | 0 | 2 | 31 | 44 | 39 | 21 | 18 |
| Octal | 121 | 117 | 51 | 0 | 2 | 61 | 104 | 71 | 41 | 30 |
| Binary | 1010001 | 1001111 | 101001 | 0 | 10 | 110001 | 1000100 | 111001 | 100001 | 11000 |
Color Harmonies of #514F29
Complementary color
Monochromatic Colors of #514F29
Black with #514F29
Text Example
Text Example
White with #514F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F29; }
p { color: rgb(81,79,41); }
H1.HeaderClassName
{
color: #514F29;
}
.AnyTagClassName
{
color: #514F29;
}
</style>
background-color css
<style>
a { background-color: #514F29; }
a { background-color: rgb(81,79,41); }
div.DivClassName
{
background-color: #514F29;
}
.BgClassName
{
background-color: #514F29;
}
</style>
border-color css
<style>
span { border-color: #514F29; }
span { border-color: rgb(81,79,41); }
td.TdClassName
{
border-color: #514F29;
}
.TagClassName
{
border-color: #514F29;
}
</style>