Shades of Bronze Olive #594F20
Tints of Bronze Olive #594F20
RGB
CMYK
RGB Variations
Color information
#594F20 (or 0x594F20) is known color: Bronze Olive. HEX triplet: 59, 4F and 20. RGB value is (89,79,32). Sum of RGB (Red+Green+Blue) = 89+79+32=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F20 is #A6B0DF. Grayscale: #4C4C4C. Windows color (decimal): -10924256 or 2117465. OLE color: 2117465.
HSL color Cylindrical-coordinate representation of color #594F20: hue angle of 49.47º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594F20 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 32 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.65 |
| HSL | 49.47º | 0.47% | 0.24% | - |
| HSV(B) | 49.47º | 0.64% | 0.35% | - |
| XYZ | 7.18 | 7.82 | 2.5 | - |
| YUV | 76.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 32 | 0 | 0.11 | 0.64 | 0.65 | 49.47 | 0.47 | 0.24 |
| Hex | 59 | 4F | 20 | 0 | B | 40 | 41 | 31 | 2F | 18 |
| Octal | 131 | 117 | 40 | 0 | 13 | 100 | 101 | 61 | 57 | 30 |
| Binary | 1011001 | 1001111 | 100000 | 0 | 1011 | 1000000 | 1000001 | 110001 | 101111 | 11000 |
Color Harmonies of #594F20
Complementary color
Monochromatic Colors of #594F20
Black with #594F20
Text Example
Text Example
White with #594F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F20; }
p { color: rgb(89,79,32); }
H1.HeaderClassName
{
color: #594F20;
}
.AnyTagClassName
{
color: #594F20;
}
</style>
background-color css
<style>
a { background-color: #594F20; }
a { background-color: rgb(89,79,32); }
div.DivClassName
{
background-color: #594F20;
}
.BgClassName
{
background-color: #594F20;
}
</style>
border-color css
<style>
span { border-color: #594F20; }
span { border-color: rgb(89,79,32); }
td.TdClassName
{
border-color: #594F20;
}
.TagClassName
{
border-color: #594F20;
}
</style>