Shades of Bronze Olive #594C03
Tints of Bronze Olive #594C03
RGB
CMYK
RGB Variations
Color information
#594C03 (or 0x594C03) is known color: Bronze Olive. HEX triplet: 59, 4C and 03. RGB value is (89,76,3). Sum of RGB (Red+Green+Blue) = 89+76+3=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #594C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C03 is #A6B3FC. Grayscale: #474747. Windows color (decimal): -10925053 or 216153. OLE color: 216153.
HSL color Cylindrical-coordinate representation of color #594C03: hue angle of 50.93º 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 #594C03 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 3 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.65 |
| HSL | 50.93º | 0.93% | 0.18% | - |
| HSV(B) | 50.93º | 0.97% | 0.35% | - |
| XYZ | 6.72 | 7.3 | 1.14 | - |
| YUV | 71.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 3 | 0 | 0.15 | 0.97 | 0.65 | 50.93 | 0.93 | 0.18 |
| Hex | 59 | 4C | 3 | 0 | F | 61 | 41 | 33 | 5D | 12 |
| Octal | 131 | 114 | 3 | 0 | 17 | 141 | 101 | 63 | 135 | 22 |
| Binary | 1011001 | 1001100 | 11 | 0 | 1111 | 1100001 | 1000001 | 110011 | 1011101 | 10010 |
Color Harmonies of #594C03
Complementary color
Monochromatic Colors of #594C03
Black with #594C03
Text Example
Text Example
White with #594C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C03; }
p { color: rgb(89,76,3); }
H1.HeaderClassName
{
color: #594C03;
}
.AnyTagClassName
{
color: #594C03;
}
</style>
background-color css
<style>
a { background-color: #594C03; }
a { background-color: rgb(89,76,3); }
div.DivClassName
{
background-color: #594C03;
}
.BgClassName
{
background-color: #594C03;
}
</style>
border-color css
<style>
span { border-color: #594C03; }
span { border-color: rgb(89,76,3); }
td.TdClassName
{
border-color: #594C03;
}
.TagClassName
{
border-color: #594C03;
}
</style>