Shades of Bronze Olive #594802
Tints of Bronze Olive #594802
RGB
CMYK
RGB Variations
Color information
#594802 (or 0x594802) is known color: Bronze Olive. HEX triplet: 59, 48 and 02. RGB value is (89,72,2). Sum of RGB (Red+Green+Blue) = 89+72+2=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #594802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594802 is #A6B7FD. Grayscale: #454545. Windows color (decimal): -10926078 or 149593. OLE color: 149593.
HSL color Cylindrical-coordinate representation of color #594802: hue angle of 48.28º 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 #594802 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.65 |
| HSL | 48.28º | 0.96% | 0.18% | - |
| HSV(B) | 48.28º | 0.98% | 0.35% | - |
| XYZ | 6.45 | 6.76 | 1.02 | - |
| YUV | 69.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 2 | 0 | 0.19 | 0.98 | 0.65 | 48.28 | 0.96 | 0.18 |
| Hex | 59 | 48 | 2 | 0 | 13 | 62 | 41 | 30 | 60 | 12 |
| Octal | 131 | 110 | 2 | 0 | 23 | 142 | 101 | 60 | 140 | 22 |
| Binary | 1011001 | 1001000 | 10 | 0 | 10011 | 1100010 | 1000001 | 110000 | 1100000 | 10010 |
Color Harmonies of #594802
Complementary color
Monochromatic Colors of #594802
Black with #594802
Text Example
Text Example
White with #594802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594802; }
p { color: rgb(89,72,2); }
H1.HeaderClassName
{
color: #594802;
}
.AnyTagClassName
{
color: #594802;
}
</style>
background-color css
<style>
a { background-color: #594802; }
a { background-color: rgb(89,72,2); }
div.DivClassName
{
background-color: #594802;
}
.BgClassName
{
background-color: #594802;
}
</style>
border-color css
<style>
span { border-color: #594802; }
span { border-color: rgb(89,72,2); }
td.TdClassName
{
border-color: #594802;
}
.TagClassName
{
border-color: #594802;
}
</style>