Shades of Bronze Olive #594801
Tints of Bronze Olive #594801
RGB
CMYK
RGB Variations
Color information
#594801 (or 0x594801) is known color: Bronze Olive. HEX triplet: 59, 48 and 01. RGB value is (89,72,1). Sum of RGB (Red+Green+Blue) = 89+72+1=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #594801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594801 is #A6B7FE. Grayscale: #454545. Windows color (decimal): -10926079 or 84057. OLE color: 84057.
HSL color Cylindrical-coordinate representation of color #594801: hue angle of 48.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #594801 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.65 |
| HSL | 48.41º | 0.98% | 0.18% | - |
| HSV(B) | 48.41º | 0.99% | 0.35% | - |
| XYZ | 6.44 | 6.76 | 0.99 | - |
| YUV | 68.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 1 | 0 | 0.19 | 0.99 | 0.65 | 48.41 | 0.98 | 0.18 |
| Hex | 59 | 48 | 1 | 0 | 13 | 63 | 41 | 30 | 62 | 12 |
| Octal | 131 | 110 | 1 | 0 | 23 | 143 | 101 | 60 | 142 | 22 |
| Binary | 1011001 | 1001000 | 1 | 0 | 10011 | 1100011 | 1000001 | 110000 | 1100010 | 10010 |
Color Harmonies of #594801
Complementary color
Monochromatic Colors of #594801
Black with #594801
Text Example
Text Example
White with #594801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594801; }
p { color: rgb(89,72,1); }
H1.HeaderClassName
{
color: #594801;
}
.AnyTagClassName
{
color: #594801;
}
</style>
background-color css
<style>
a { background-color: #594801; }
a { background-color: rgb(89,72,1); }
div.DivClassName
{
background-color: #594801;
}
.BgClassName
{
background-color: #594801;
}
</style>
border-color css
<style>
span { border-color: #594801; }
span { border-color: rgb(89,72,1); }
td.TdClassName
{
border-color: #594801;
}
.TagClassName
{
border-color: #594801;
}
</style>