Shades of Camouflage #514D30
Tints of Camouflage #514D30
RGB
CMYK
RGB Variations
Color information
#514D30 (or 0x514D30) is known color: Camouflage. HEX triplet: 51, 4D and 30. RGB value is (81,77,48). Sum of RGB (Red+Green+Blue) = 81+77+48=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D30 is #AEB2CF. Grayscale: #4B4B4B. Windows color (decimal): -11449040 or 3165521. OLE color: 3165521.
HSL color Cylindrical-coordinate representation of color #514D30: hue angle of 52.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514D30 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 48 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.68 |
| HSL | 52.73º | 0.26% | 0.25% | - |
| HSV(B) | 52.73º | 0.41% | 0.32% | - |
| XYZ | 6.58 | 7.27 | 3.85 | - |
| YUV | 74.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 48 | 0 | 0.05 | 0.41 | 0.68 | 52.73 | 0.26 | 0.25 |
| Hex | 51 | 4D | 30 | 0 | 5 | 29 | 44 | 35 | 1A | 19 |
| Octal | 121 | 115 | 60 | 0 | 5 | 51 | 104 | 65 | 32 | 31 |
| Binary | 1010001 | 1001101 | 110000 | 0 | 101 | 101001 | 1000100 | 110101 | 11010 | 11001 |
Color Harmonies of #514D30
Complementary color
Monochromatic Colors of #514D30
Black with #514D30
Text Example
Text Example
White with #514D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D30; }
p { color: rgb(81,77,48); }
H1.HeaderClassName
{
color: #514D30;
}
.AnyTagClassName
{
color: #514D30;
}
</style>
background-color css
<style>
a { background-color: #514D30; }
a { background-color: rgb(81,77,48); }
div.DivClassName
{
background-color: #514D30;
}
.BgClassName
{
background-color: #514D30;
}
</style>
border-color css
<style>
span { border-color: #514D30; }
span { border-color: rgb(81,77,48); }
td.TdClassName
{
border-color: #514D30;
}
.TagClassName
{
border-color: #514D30;
}
</style>