Shades of Camouflage #514E25
Tints of Camouflage #514E25
RGB
CMYK
RGB Variations
Color information
#514E25 (or 0x514E25) is known color: Camouflage. HEX triplet: 51, 4E and 25. RGB value is (81,78,37). Sum of RGB (Red+Green+Blue) = 81+78+37=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #514E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E25 is #AEB1DA. Grayscale: #4A4A4A. Windows color (decimal): -11448795 or 2444881. OLE color: 2444881.
HSL color Cylindrical-coordinate representation of color #514E25: hue angle of 55.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514E25 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 37 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.68 |
| HSL | 55.91º | 0.37% | 0.23% | - |
| HSV(B) | 55.91º | 0.54% | 0.32% | - |
| XYZ | 6.45 | 7.33 | 2.83 | - |
| YUV | 74.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 37 | 0 | 0.04 | 0.54 | 0.68 | 55.91 | 0.37 | 0.23 |
| Hex | 51 | 4E | 25 | 0 | 4 | 36 | 44 | 38 | 25 | 17 |
| Octal | 121 | 116 | 45 | 0 | 4 | 66 | 104 | 70 | 45 | 27 |
| Binary | 1010001 | 1001110 | 100101 | 0 | 100 | 110110 | 1000100 | 111000 | 100101 | 10111 |
Color Harmonies of #514E25
Complementary color
Monochromatic Colors of #514E25
Black with #514E25
Text Example
Text Example
White with #514E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E25; }
p { color: rgb(81,78,37); }
H1.HeaderClassName
{
color: #514E25;
}
.AnyTagClassName
{
color: #514E25;
}
</style>
background-color css
<style>
a { background-color: #514E25; }
a { background-color: rgb(81,78,37); }
div.DivClassName
{
background-color: #514E25;
}
.BgClassName
{
background-color: #514E25;
}
</style>
border-color css
<style>
span { border-color: #514E25; }
span { border-color: rgb(81,78,37); }
td.TdClassName
{
border-color: #514E25;
}
.TagClassName
{
border-color: #514E25;
}
</style>