Shades of Camouflage #514E2D
Tints of Camouflage #514E2D
RGB
CMYK
RGB Variations
Color information
#514E2D (or 0x514E2D) is known color: Camouflage. HEX triplet: 51, 4E and 2D. RGB value is (81,78,45). Sum of RGB (Red+Green+Blue) = 81+78+45=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E2D is #AEB1D2. Grayscale: #4B4B4B. Windows color (decimal): -11448787 or 2969169. OLE color: 2969169.
HSL color Cylindrical-coordinate representation of color #514E2D: hue angle of 55º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514E2D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 45 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.68 |
| HSL | 55º | 0.29% | 0.25% | - |
| HSV(B) | 55º | 0.44% | 0.32% | - |
| XYZ | 6.59 | 7.39 | 3.56 | - |
| YUV | 75.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 45 | 0 | 0.04 | 0.44 | 0.68 | 55 | 0.29 | 0.25 |
| Hex | 51 | 4E | 2D | 0 | 4 | 2C | 44 | 37 | 1D | 19 |
| Octal | 121 | 116 | 55 | 0 | 4 | 54 | 104 | 67 | 35 | 31 |
| Binary | 1010001 | 1001110 | 101101 | 0 | 100 | 101100 | 1000100 | 110111 | 11101 | 11001 |
Color Harmonies of #514E2D
Complementary color
Monochromatic Colors of #514E2D
Black with #514E2D
Text Example
Text Example
White with #514E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E2D; }
p { color: rgb(81,78,45); }
H1.HeaderClassName
{
color: #514E2D;
}
.AnyTagClassName
{
color: #514E2D;
}
</style>
background-color css
<style>
a { background-color: #514E2D; }
a { background-color: rgb(81,78,45); }
div.DivClassName
{
background-color: #514E2D;
}
.BgClassName
{
background-color: #514E2D;
}
</style>
border-color css
<style>
span { border-color: #514E2D; }
span { border-color: rgb(81,78,45); }
td.TdClassName
{
border-color: #514E2D;
}
.TagClassName
{
border-color: #514E2D;
}
</style>