Shades of Bronze Olive #594805
Tints of Bronze Olive #594805
RGB
CMYK
RGB Variations
Color information
#594805 (or 0x594805) is known color: Bronze Olive. HEX triplet: 59, 48 and 05. RGB value is (89,72,5). Sum of RGB (Red+Green+Blue) = 89+72+5=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #594805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594805 is #A6B7FA. Grayscale: #454545. Windows color (decimal): -10926075 or 346201. OLE color: 346201.
HSL color Cylindrical-coordinate representation of color #594805: hue angle of 47.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #594805 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 5 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.65 |
| HSL | 47.86º | 0.89% | 0.18% | - |
| HSV(B) | 47.86º | 0.94% | 0.35% | - |
| XYZ | 6.46 | 6.77 | 1.11 | - |
| YUV | 69.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 5 | 0 | 0.19 | 0.94 | 0.65 | 47.86 | 0.89 | 0.18 |
| Hex | 59 | 48 | 5 | 0 | 13 | 5E | 41 | 30 | 59 | 12 |
| Octal | 131 | 110 | 5 | 0 | 23 | 136 | 101 | 60 | 131 | 22 |
| Binary | 1011001 | 1001000 | 101 | 0 | 10011 | 1011110 | 1000001 | 110000 | 1011001 | 10010 |
Color Harmonies of #594805
Complementary color
Monochromatic Colors of #594805
Black with #594805
Text Example
Text Example
White with #594805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594805; }
p { color: rgb(89,72,5); }
H1.HeaderClassName
{
color: #594805;
}
.AnyTagClassName
{
color: #594805;
}
</style>
background-color css
<style>
a { background-color: #594805; }
a { background-color: rgb(89,72,5); }
div.DivClassName
{
background-color: #594805;
}
.BgClassName
{
background-color: #594805;
}
</style>
border-color css
<style>
span { border-color: #594805; }
span { border-color: rgb(89,72,5); }
td.TdClassName
{
border-color: #594805;
}
.TagClassName
{
border-color: #594805;
}
</style>