Shades of Bronze Olive #59510E
Tints of Bronze Olive #59510E
RGB
CMYK
RGB Variations
Color information
#59510E (or 0x59510E) is known color: Bronze Olive. HEX triplet: 59, 51 and 0E. RGB value is (89,81,14). Sum of RGB (Red+Green+Blue) = 89+81+14=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59510E is #A6AEF1. Grayscale: #4C4C4C. Windows color (decimal): -10923762 or 938329. OLE color: 938329.
HSL color Cylindrical-coordinate representation of color #59510E: hue angle of 53.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59510E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 14 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.65 |
| HSL | 53.6º | 0.73% | 0.2% | - |
| HSV(B) | 53.6º | 0.84% | 0.35% | - |
| XYZ | 7.14 | 8.04 | 1.59 | - |
| YUV | 75.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 14 | 0 | 0.09 | 0.84 | 0.65 | 53.6 | 0.73 | 0.2 |
| Hex | 59 | 51 | E | 0 | 9 | 54 | 41 | 36 | 49 | 14 |
| Octal | 131 | 121 | 16 | 0 | 11 | 124 | 101 | 66 | 111 | 24 |
| Binary | 1011001 | 1010001 | 1110 | 0 | 1001 | 1010100 | 1000001 | 110110 | 1001001 | 10100 |
Color Harmonies of #59510E
Complementary color
Monochromatic Colors of #59510E
Black with #59510E
Text Example
Text Example
White with #59510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59510E; }
p { color: rgb(89,81,14); }
H1.HeaderClassName
{
color: #59510E;
}
.AnyTagClassName
{
color: #59510E;
}
</style>
background-color css
<style>
a { background-color: #59510E; }
a { background-color: rgb(89,81,14); }
div.DivClassName
{
background-color: #59510E;
}
.BgClassName
{
background-color: #59510E;
}
</style>
border-color css
<style>
span { border-color: #59510E; }
span { border-color: rgb(89,81,14); }
td.TdClassName
{
border-color: #59510E;
}
.TagClassName
{
border-color: #59510E;
}
</style>