Shades of Bronze Olive #59511E
Tints of Bronze Olive #59511E
RGB
CMYK
RGB Variations
Color information
#59511E (or 0x59511E) is known color: Bronze Olive. HEX triplet: 59, 51 and 1E. RGB value is (89,81,30). Sum of RGB (Red+Green+Blue) = 89+81+30=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59511E is #A6AEE1. Grayscale: #4D4D4D. Windows color (decimal): -10923746 or 1986905. OLE color: 1986905.
HSL color Cylindrical-coordinate representation of color #59511E: hue angle of 51.86º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59511E is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 30 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.65 |
| HSL | 51.86º | 0.5% | 0.23% | - |
| HSV(B) | 51.86º | 0.66% | 0.35% | - |
| XYZ | 7.3 | 8.1 | 2.41 | - |
| YUV | 77.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 30 | 0 | 0.09 | 0.66 | 0.65 | 51.86 | 0.5 | 0.23 |
| Hex | 59 | 51 | 1E | 0 | 9 | 42 | 41 | 34 | 32 | 17 |
| Octal | 131 | 121 | 36 | 0 | 11 | 102 | 101 | 64 | 62 | 27 |
| Binary | 1011001 | 1010001 | 11110 | 0 | 1001 | 1000010 | 1000001 | 110100 | 110010 | 10111 |
Color Harmonies of #59511E
Complementary color
Monochromatic Colors of #59511E
Black with #59511E
Text Example
Text Example
White with #59511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59511E; }
p { color: rgb(89,81,30); }
H1.HeaderClassName
{
color: #59511E;
}
.AnyTagClassName
{
color: #59511E;
}
</style>
background-color css
<style>
a { background-color: #59511E; }
a { background-color: rgb(89,81,30); }
div.DivClassName
{
background-color: #59511E;
}
.BgClassName
{
background-color: #59511E;
}
</style>
border-color css
<style>
span { border-color: #59511E; }
span { border-color: rgb(89,81,30); }
td.TdClassName
{
border-color: #59511E;
}
.TagClassName
{
border-color: #59511E;
}
</style>