Shades of Camouflage #514E31
Tints of Camouflage #514E31
RGB
CMYK
RGB Variations
Color information
#514E31 (or 0x514E31) is known color: Camouflage. HEX triplet: 51, 4E and 31. RGB value is (81,78,49). Sum of RGB (Red+Green+Blue) = 81+78+49=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E31 is #AEB1CE. Grayscale: #4B4B4B. Windows color (decimal): -11448783 or 3231313. OLE color: 3231313.
HSL color Cylindrical-coordinate representation of color #514E31: hue angle of 54.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514E31 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 49 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.68 |
| HSL | 54.38º | 0.25% | 0.25% | - |
| HSV(B) | 54.38º | 0.4% | 0.32% | - |
| XYZ | 6.67 | 7.42 | 3.99 | - |
| YUV | 75.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 49 | 0 | 0.04 | 0.40 | 0.68 | 54.38 | 0.25 | 0.25 |
| Hex | 51 | 4E | 31 | 0 | 4 | 28 | 44 | 36 | 19 | 19 |
| Octal | 121 | 116 | 61 | 0 | 4 | 50 | 104 | 66 | 31 | 31 |
| Binary | 1010001 | 1001110 | 110001 | 0 | 100 | 101000 | 1000100 | 110110 | 11001 | 11001 |
Color Harmonies of #514E31
Complementary color
Monochromatic Colors of #514E31
Black with #514E31
Text Example
Text Example
White with #514E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E31; }
p { color: rgb(81,78,49); }
H1.HeaderClassName
{
color: #514E31;
}
.AnyTagClassName
{
color: #514E31;
}
</style>
background-color css
<style>
a { background-color: #514E31; }
a { background-color: rgb(81,78,49); }
div.DivClassName
{
background-color: #514E31;
}
.BgClassName
{
background-color: #514E31;
}
</style>
border-color css
<style>
span { border-color: #514E31; }
span { border-color: rgb(81,78,49); }
td.TdClassName
{
border-color: #514E31;
}
.TagClassName
{
border-color: #514E31;
}
</style>