Shades of Bronze Olive #59460A
Tints of Bronze Olive #59460A
RGB
CMYK
RGB Variations
Color information
#59460A (or 0x59460A) is known color: Bronze Olive. HEX triplet: 59, 46 and 0A. RGB value is (89,70,10). Sum of RGB (Red+Green+Blue) = 89+70+10=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59460A is #A6B9F5. Grayscale: #454545. Windows color (decimal): -10926582 or 673369. OLE color: 673369.
HSL color Cylindrical-coordinate representation of color #59460A: hue angle of 45.57º 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 #59460A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 10 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.65 |
| HSL | 45.57º | 0.8% | 0.19% | - |
| HSV(B) | 45.57º | 0.89% | 0.35% | - |
| XYZ | 6.36 | 6.53 | 1.21 | - |
| YUV | 68.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 10 | 0 | 0.21 | 0.89 | 0.65 | 45.57 | 0.8 | 0.19 |
| Hex | 59 | 46 | A | 0 | 15 | 59 | 41 | 2E | 50 | 13 |
| Octal | 131 | 106 | 12 | 0 | 25 | 131 | 101 | 56 | 120 | 23 |
| Binary | 1011001 | 1000110 | 1010 | 0 | 10101 | 1011001 | 1000001 | 101110 | 1010000 | 10011 |
Color Harmonies of #59460A
Complementary color
Monochromatic Colors of #59460A
Black with #59460A
Text Example
Text Example
White with #59460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59460A; }
p { color: rgb(89,70,10); }
H1.HeaderClassName
{
color: #59460A;
}
.AnyTagClassName
{
color: #59460A;
}
</style>
background-color css
<style>
a { background-color: #59460A; }
a { background-color: rgb(89,70,10); }
div.DivClassName
{
background-color: #59460A;
}
.BgClassName
{
background-color: #59460A;
}
</style>
border-color css
<style>
span { border-color: #59460A; }
span { border-color: rgb(89,70,10); }
td.TdClassName
{
border-color: #59460A;
}
.TagClassName
{
border-color: #59460A;
}
</style>