Shades of Bronze Olive #594D00
Tints of Bronze Olive #594D00
RGB
CMYK
RGB Variations
Color information
#594D00 (or 0x594D00) is known color: Bronze Olive. HEX triplet: 59, 4D and 00. RGB value is (89,77,0). Sum of RGB (Red+Green+Blue) = 89+77+0=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #594D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D00 is #A6B2FF. Grayscale: #484848. Windows color (decimal): -10924800 or 19801. OLE color: 19801.
HSL color Cylindrical-coordinate representation of color #594D00: hue angle of 51.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #594D00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.65 |
| HSL | 51.91º | 1% | 0.17% | - |
| HSV(B) | 51.91º | 1% | 0.35% | - |
| XYZ | 6.77 | 7.43 | 1.08 | - |
| YUV | 71.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 0 | 0 | 0.13 | 1 | 0.65 | 51.91 | 1 | 0.17 |
| Hex | 59 | 4D | 0 | 0 | D | 64 | 41 | 34 | 64 | 11 |
| Octal | 131 | 115 | 0 | 0 | 15 | 144 | 101 | 64 | 144 | 21 |
| Binary | 1011001 | 1001101 | 0 | 0 | 1101 | 1100100 | 1000001 | 110100 | 1100100 | 10001 |
Color Harmonies of #594D00
Complementary color
Monochromatic Colors of #594D00
Black with #594D00
Text Example
Text Example
White with #594D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D00; }
p { color: rgb(89,77,0); }
H1.HeaderClassName
{
color: #594D00;
}
.AnyTagClassName
{
color: #594D00;
}
</style>
background-color css
<style>
a { background-color: #594D00; }
a { background-color: rgb(89,77,0); }
div.DivClassName
{
background-color: #594D00;
}
.BgClassName
{
background-color: #594D00;
}
</style>
border-color css
<style>
span { border-color: #594D00; }
span { border-color: rgb(89,77,0); }
td.TdClassName
{
border-color: #594D00;
}
.TagClassName
{
border-color: #594D00;
}
</style>