Shades of Bronze Olive #514625
Tints of Bronze Olive #514625
RGB
CMYK
RGB Variations
Color information
#514625 (or 0x514625) is known color: Bronze Olive. HEX triplet: 51, 46 and 25. RGB value is (81,70,37). Sum of RGB (Red+Green+Blue) = 81+70+37=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514625 is #AEB9DA. Grayscale: #454545. Windows color (decimal): -11450843 or 2442833. OLE color: 2442833.
HSL color Cylindrical-coordinate representation of color #514625: hue angle of 45º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514625 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 37 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.68 |
| HSL | 45º | 0.37% | 0.23% | - |
| HSV(B) | 45º | 0.54% | 0.32% | - |
| XYZ | 5.92 | 6.26 | 2.65 | - |
| YUV | 69.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 37 | 0 | 0.14 | 0.54 | 0.68 | 45 | 0.37 | 0.23 |
| Hex | 51 | 46 | 25 | 0 | E | 36 | 44 | 2D | 25 | 17 |
| Octal | 121 | 106 | 45 | 0 | 16 | 66 | 104 | 55 | 45 | 27 |
| Binary | 1010001 | 1000110 | 100101 | 0 | 1110 | 110110 | 1000100 | 101101 | 100101 | 10111 |
Color Harmonies of #514625
Complementary color
Monochromatic Colors of #514625
Black with #514625
Text Example
Text Example
White with #514625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514625; }
p { color: rgb(81,70,37); }
H1.HeaderClassName
{
color: #514625;
}
.AnyTagClassName
{
color: #514625;
}
</style>
background-color css
<style>
a { background-color: #514625; }
a { background-color: rgb(81,70,37); }
div.DivClassName
{
background-color: #514625;
}
.BgClassName
{
background-color: #514625;
}
</style>
border-color css
<style>
span { border-color: #514625; }
span { border-color: rgb(81,70,37); }
td.TdClassName
{
border-color: #514625;
}
.TagClassName
{
border-color: #514625;
}
</style>