Shades of Bronze Olive #594E11
Tints of Bronze Olive #594E11
RGB
CMYK
RGB Variations
Color information
#594E11 (or 0x594E11) is known color: Bronze Olive. HEX triplet: 59, 4E and 11. RGB value is (89,78,17). Sum of RGB (Red+Green+Blue) = 89+78+17=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #594E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E11 is #A6B1EE. Grayscale: #4A4A4A. Windows color (decimal): -10924527 or 1134169. OLE color: 1134169.
HSL color Cylindrical-coordinate representation of color #594E11: hue angle of 50.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #594E11 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 17 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.65 |
| HSL | 50.83º | 0.68% | 0.21% | - |
| HSV(B) | 50.83º | 0.81% | 0.35% | - |
| XYZ | 6.95 | 7.61 | 1.63 | - |
| YUV | 74.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 17 | 0 | 0.12 | 0.81 | 0.65 | 50.83 | 0.68 | 0.21 |
| Hex | 59 | 4E | 11 | 0 | C | 51 | 41 | 33 | 44 | 15 |
| Octal | 131 | 116 | 21 | 0 | 14 | 121 | 101 | 63 | 104 | 25 |
| Binary | 1011001 | 1001110 | 10001 | 0 | 1100 | 1010001 | 1000001 | 110011 | 1000100 | 10101 |
Color Harmonies of #594E11
Complementary color
Monochromatic Colors of #594E11
Black with #594E11
Text Example
Text Example
White with #594E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E11; }
p { color: rgb(89,78,17); }
H1.HeaderClassName
{
color: #594E11;
}
.AnyTagClassName
{
color: #594E11;
}
</style>
background-color css
<style>
a { background-color: #594E11; }
a { background-color: rgb(89,78,17); }
div.DivClassName
{
background-color: #594E11;
}
.BgClassName
{
background-color: #594E11;
}
</style>
border-color css
<style>
span { border-color: #594E11; }
span { border-color: rgb(89,78,17); }
td.TdClassName
{
border-color: #594E11;
}
.TagClassName
{
border-color: #594E11;
}
</style>