Shades of Bronze Olive #594D02
Tints of Bronze Olive #594D02
RGB
CMYK
RGB Variations
Color information
#594D02 (or 0x594D02) is known color: Bronze Olive. HEX triplet: 59, 4D and 02. RGB value is (89,77,2). Sum of RGB (Red+Green+Blue) = 89+77+2=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #594D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D02 is #A6B2FD. Grayscale: #484848. Windows color (decimal): -10924798 or 150873. OLE color: 150873.
HSL color Cylindrical-coordinate representation of color #594D02: hue angle of 51.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #594D02 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.65 |
| HSL | 51.72º | 0.96% | 0.18% | - |
| HSV(B) | 51.72º | 0.98% | 0.35% | - |
| XYZ | 6.78 | 7.44 | 1.14 | - |
| YUV | 72.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 2 | 0 | 0.13 | 0.98 | 0.65 | 51.72 | 0.96 | 0.18 |
| Hex | 59 | 4D | 2 | 0 | D | 62 | 41 | 34 | 60 | 12 |
| Octal | 131 | 115 | 2 | 0 | 15 | 142 | 101 | 64 | 140 | 22 |
| Binary | 1011001 | 1001101 | 10 | 0 | 1101 | 1100010 | 1000001 | 110100 | 1100000 | 10010 |
Color Harmonies of #594D02
Complementary color
Monochromatic Colors of #594D02
Black with #594D02
Text Example
Text Example
White with #594D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D02; }
p { color: rgb(89,77,2); }
H1.HeaderClassName
{
color: #594D02;
}
.AnyTagClassName
{
color: #594D02;
}
</style>
background-color css
<style>
a { background-color: #594D02; }
a { background-color: rgb(89,77,2); }
div.DivClassName
{
background-color: #594D02;
}
.BgClassName
{
background-color: #594D02;
}
</style>
border-color css
<style>
span { border-color: #594D02; }
span { border-color: rgb(89,77,2); }
td.TdClassName
{
border-color: #594D02;
}
.TagClassName
{
border-color: #594D02;
}
</style>