Shades of Bronze Olive #594D01
Tints of Bronze Olive #594D01
RGB
CMYK
RGB Variations
Color information
#594D01 (or 0x594D01) is known color: Bronze Olive. HEX triplet: 59, 4D and 01. RGB value is (89,77,1). Sum of RGB (Red+Green+Blue) = 89+77+1=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #594D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D01 is #A6B2FE. Grayscale: #484848. Windows color (decimal): -10924799 or 85337. OLE color: 85337.
HSL color Cylindrical-coordinate representation of color #594D01: hue angle of 51.82º 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 #594D01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.65 |
| HSL | 51.82º | 0.98% | 0.18% | - |
| HSV(B) | 51.82º | 0.99% | 0.35% | - |
| XYZ | 6.78 | 7.43 | 1.11 | - |
| YUV | 71.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 1 | 0 | 0.13 | 0.99 | 0.65 | 51.82 | 0.98 | 0.18 |
| Hex | 59 | 4D | 1 | 0 | D | 63 | 41 | 34 | 62 | 12 |
| Octal | 131 | 115 | 1 | 0 | 15 | 143 | 101 | 64 | 142 | 22 |
| Binary | 1011001 | 1001101 | 1 | 0 | 1101 | 1100011 | 1000001 | 110100 | 1100010 | 10010 |
Color Harmonies of #594D01
Complementary color
Monochromatic Colors of #594D01
Black with #594D01
Text Example
Text Example
White with #594D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D01; }
p { color: rgb(89,77,1); }
H1.HeaderClassName
{
color: #594D01;
}
.AnyTagClassName
{
color: #594D01;
}
</style>
background-color css
<style>
a { background-color: #594D01; }
a { background-color: rgb(89,77,1); }
div.DivClassName
{
background-color: #594D01;
}
.BgClassName
{
background-color: #594D01;
}
</style>
border-color css
<style>
span { border-color: #594D01; }
span { border-color: rgb(89,77,1); }
td.TdClassName
{
border-color: #594D01;
}
.TagClassName
{
border-color: #594D01;
}
</style>