Shades of Bronze Olive #594C01
Tints of Bronze Olive #594C01
RGB
CMYK
RGB Variations
Color information
#594C01 (or 0x594C01) is known color: Bronze Olive. HEX triplet: 59, 4C and 01. RGB value is (89,76,1). Sum of RGB (Red+Green+Blue) = 89+76+1=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #594C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C01 is #A6B3FE. Grayscale: #474747. Windows color (decimal): -10925055 or 85081. OLE color: 85081.
HSL color Cylindrical-coordinate representation of color #594C01: hue angle of 51.14º 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 #594C01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.65 |
| HSL | 51.14º | 0.98% | 0.18% | - |
| HSV(B) | 51.14º | 0.99% | 0.35% | - |
| XYZ | 6.71 | 7.29 | 1.08 | - |
| YUV | 71.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 1 | 0 | 0.15 | 0.99 | 0.65 | 51.14 | 0.98 | 0.18 |
| Hex | 59 | 4C | 1 | 0 | F | 63 | 41 | 33 | 62 | 12 |
| Octal | 131 | 114 | 1 | 0 | 17 | 143 | 101 | 63 | 142 | 22 |
| Binary | 1011001 | 1001100 | 1 | 0 | 1111 | 1100011 | 1000001 | 110011 | 1100010 | 10010 |
Color Harmonies of #594C01
Complementary color
Monochromatic Colors of #594C01
Black with #594C01
Text Example
Text Example
White with #594C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C01; }
p { color: rgb(89,76,1); }
H1.HeaderClassName
{
color: #594C01;
}
.AnyTagClassName
{
color: #594C01;
}
</style>
background-color css
<style>
a { background-color: #594C01; }
a { background-color: rgb(89,76,1); }
div.DivClassName
{
background-color: #594C01;
}
.BgClassName
{
background-color: #594C01;
}
</style>
border-color css
<style>
span { border-color: #594C01; }
span { border-color: rgb(89,76,1); }
td.TdClassName
{
border-color: #594C01;
}
.TagClassName
{
border-color: #594C01;
}
</style>