Shades of Bronze Olive #59520A
Tints of Bronze Olive #59520A
RGB
CMYK
RGB Variations
Color information
#59520A (or 0x59520A) is known color: Bronze Olive. HEX triplet: 59, 52 and 0A. RGB value is (89,82,10). Sum of RGB (Red+Green+Blue) = 89+82+10=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59520A is #A6ADF5. Grayscale: #4C4C4C. Windows color (decimal): -10923510 or 676441. OLE color: 676441.
HSL color Cylindrical-coordinate representation of color #59520A: hue angle of 54.68º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59520A is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 10 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.65 |
| HSL | 54.68º | 0.8% | 0.19% | - |
| HSV(B) | 54.68º | 0.89% | 0.35% | - |
| XYZ | 7.19 | 8.18 | 1.49 | - |
| YUV | 75.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 10 | 0 | 0.08 | 0.89 | 0.65 | 54.68 | 0.8 | 0.19 |
| Hex | 59 | 52 | A | 0 | 8 | 59 | 41 | 37 | 50 | 13 |
| Octal | 131 | 122 | 12 | 0 | 10 | 131 | 101 | 67 | 120 | 23 |
| Binary | 1011001 | 1010010 | 1010 | 0 | 1000 | 1011001 | 1000001 | 110111 | 1010000 | 10011 |
Color Harmonies of #59520A
Complementary color
Monochromatic Colors of #59520A
Black with #59520A
Text Example
Text Example
White with #59520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59520A; }
p { color: rgb(89,82,10); }
H1.HeaderClassName
{
color: #59520A;
}
.AnyTagClassName
{
color: #59520A;
}
</style>
background-color css
<style>
a { background-color: #59520A; }
a { background-color: rgb(89,82,10); }
div.DivClassName
{
background-color: #59520A;
}
.BgClassName
{
background-color: #59520A;
}
</style>
border-color css
<style>
span { border-color: #59520A; }
span { border-color: rgb(89,82,10); }
td.TdClassName
{
border-color: #59520A;
}
.TagClassName
{
border-color: #59520A;
}
</style>