Shades of Bronze Olive #594F03
Tints of Bronze Olive #594F03
RGB
CMYK
RGB Variations
Color information
#594F03 (or 0x594F03) is known color: Bronze Olive. HEX triplet: 59, 4F and 03. RGB value is (89,79,3). Sum of RGB (Red+Green+Blue) = 89+79+3=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F03 is #A6B0FC. Grayscale: #494949. Windows color (decimal): -10924285 or 216921. OLE color: 216921.
HSL color Cylindrical-coordinate representation of color #594F03: hue angle of 53.02º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #594F03 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 3 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.65 |
| HSL | 53.02º | 0.93% | 0.18% | - |
| HSV(B) | 53.02º | 0.97% | 0.35% | - |
| XYZ | 6.93 | 7.72 | 1.21 | - |
| YUV | 73.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 3 | 0 | 0.11 | 0.97 | 0.65 | 53.02 | 0.93 | 0.18 |
| Hex | 59 | 4F | 3 | 0 | B | 61 | 41 | 35 | 5D | 12 |
| Octal | 131 | 117 | 3 | 0 | 13 | 141 | 101 | 65 | 135 | 22 |
| Binary | 1011001 | 1001111 | 11 | 0 | 1011 | 1100001 | 1000001 | 110101 | 1011101 | 10010 |
Color Harmonies of #594F03
Complementary color
Monochromatic Colors of #594F03
Black with #594F03
Text Example
Text Example
White with #594F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F03; }
p { color: rgb(89,79,3); }
H1.HeaderClassName
{
color: #594F03;
}
.AnyTagClassName
{
color: #594F03;
}
</style>
background-color css
<style>
a { background-color: #594F03; }
a { background-color: rgb(89,79,3); }
div.DivClassName
{
background-color: #594F03;
}
.BgClassName
{
background-color: #594F03;
}
</style>
border-color css
<style>
span { border-color: #594F03; }
span { border-color: rgb(89,79,3); }
td.TdClassName
{
border-color: #594F03;
}
.TagClassName
{
border-color: #594F03;
}
</style>