Shades of Bronze Olive #59520E
Tints of Bronze Olive #59520E
RGB
CMYK
RGB Variations
Color information
#59520E (or 0x59520E) is known color: Bronze Olive. HEX triplet: 59, 52 and 0E. RGB value is (89,82,14). Sum of RGB (Red+Green+Blue) = 89+82+14=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59520E is #A6ADF1. Grayscale: #4C4C4C. Windows color (decimal): -10923506 or 938585. OLE color: 938585.
HSL color Cylindrical-coordinate representation of color #59520E: hue angle of 54.4º 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 #59520E is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 14 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.65 |
| HSL | 54.4º | 0.73% | 0.2% | - |
| HSV(B) | 54.4º | 0.84% | 0.35% | - |
| XYZ | 7.22 | 8.19 | 1.62 | - |
| YUV | 76.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 14 | 0 | 0.08 | 0.84 | 0.65 | 54.4 | 0.73 | 0.2 |
| Hex | 59 | 52 | E | 0 | 8 | 54 | 41 | 36 | 49 | 14 |
| Octal | 131 | 122 | 16 | 0 | 10 | 124 | 101 | 66 | 111 | 24 |
| Binary | 1011001 | 1010010 | 1110 | 0 | 1000 | 1010100 | 1000001 | 110110 | 1001001 | 10100 |
Color Harmonies of #59520E
Complementary color
Monochromatic Colors of #59520E
Black with #59520E
Text Example
Text Example
White with #59520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59520E; }
p { color: rgb(89,82,14); }
H1.HeaderClassName
{
color: #59520E;
}
.AnyTagClassName
{
color: #59520E;
}
</style>
background-color css
<style>
a { background-color: #59520E; }
a { background-color: rgb(89,82,14); }
div.DivClassName
{
background-color: #59520E;
}
.BgClassName
{
background-color: #59520E;
}
</style>
border-color css
<style>
span { border-color: #59520E; }
span { border-color: rgb(89,82,14); }
td.TdClassName
{
border-color: #59520E;
}
.TagClassName
{
border-color: #59520E;
}
</style>