Shades of Bronze Olive #514910
Tints of Bronze Olive #514910
RGB
CMYK
RGB Variations
Color information
#514910 (or 0x514910) is known color: Bronze Olive. HEX triplet: 51, 49 and 10. RGB value is (81,73,16). Sum of RGB (Red+Green+Blue) = 81+73+16=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514910 is #AEB6EF. Grayscale: #454545. Windows color (decimal): -11450096 or 1067345. OLE color: 1067345.
HSL color Cylindrical-coordinate representation of color #514910: hue angle of 52.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514910 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 16 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.68 |
| HSL | 52.62º | 0.67% | 0.19% | - |
| HSV(B) | 52.62º | 0.8% | 0.32% | - |
| XYZ | 5.87 | 6.55 | 1.45 | - |
| YUV | 68.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 16 | 0 | 0.10 | 0.80 | 0.68 | 52.62 | 0.67 | 0.19 |
| Hex | 51 | 49 | 10 | 0 | A | 50 | 44 | 35 | 43 | 13 |
| Octal | 121 | 111 | 20 | 0 | 12 | 120 | 104 | 65 | 103 | 23 |
| Binary | 1010001 | 1001001 | 10000 | 0 | 1010 | 1010000 | 1000100 | 110101 | 1000011 | 10011 |
Color Harmonies of #514910
Complementary color
Monochromatic Colors of #514910
Black with #514910
Text Example
Text Example
White with #514910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514910; }
p { color: rgb(81,73,16); }
H1.HeaderClassName
{
color: #514910;
}
.AnyTagClassName
{
color: #514910;
}
</style>
background-color css
<style>
a { background-color: #514910; }
a { background-color: rgb(81,73,16); }
div.DivClassName
{
background-color: #514910;
}
.BgClassName
{
background-color: #514910;
}
</style>
border-color css
<style>
span { border-color: #514910; }
span { border-color: rgb(81,73,16); }
td.TdClassName
{
border-color: #514910;
}
.TagClassName
{
border-color: #514910;
}
</style>