Shades of Bronze Olive #514905
Tints of Bronze Olive #514905
RGB
CMYK
RGB Variations
Color information
#514905 (or 0x514905) is known color: Bronze Olive. HEX triplet: 51, 49 and 05. RGB value is (81,73,5). Sum of RGB (Red+Green+Blue) = 81+73+5=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514905 is #AEB6FA. Grayscale: #434343. Windows color (decimal): -11450107 or 346449. OLE color: 346449.
HSL color Cylindrical-coordinate representation of color #514905: hue angle of 53.68º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #514905 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 5 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.68 |
| HSL | 53.68º | 0.88% | 0.17% | - |
| HSV(B) | 53.68º | 0.94% | 0.32% | - |
| XYZ | 5.8 | 6.53 | 1.1 | - |
| YUV | 67.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 5 | 0 | 0.10 | 0.94 | 0.68 | 53.68 | 0.88 | 0.17 |
| Hex | 51 | 49 | 5 | 0 | A | 5E | 44 | 36 | 58 | 11 |
| Octal | 121 | 111 | 5 | 0 | 12 | 136 | 104 | 66 | 130 | 21 |
| Binary | 1010001 | 1001001 | 101 | 0 | 1010 | 1011110 | 1000100 | 110110 | 1011000 | 10001 |
Color Harmonies of #514905
Complementary color
Monochromatic Colors of #514905
Black with #514905
Text Example
Text Example
White with #514905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514905; }
p { color: rgb(81,73,5); }
H1.HeaderClassName
{
color: #514905;
}
.AnyTagClassName
{
color: #514905;
}
</style>
background-color css
<style>
a { background-color: #514905; }
a { background-color: rgb(81,73,5); }
div.DivClassName
{
background-color: #514905;
}
.BgClassName
{
background-color: #514905;
}
</style>
border-color css
<style>
span { border-color: #514905; }
span { border-color: rgb(81,73,5); }
td.TdClassName
{
border-color: #514905;
}
.TagClassName
{
border-color: #514905;
}
</style>