Shades of Bronze Olive #594A16
Tints of Bronze Olive #594A16
RGB
CMYK
RGB Variations
Color information
#594A16 (or 0x594A16) is known color: Bronze Olive. HEX triplet: 59, 4A and 16. RGB value is (89,74,22). Sum of RGB (Red+Green+Blue) = 89+74+22=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #594A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A16 is #A6B5E9. Grayscale: #484848. Windows color (decimal): -10925546 or 1460825. OLE color: 1460825.
HSL color Cylindrical-coordinate representation of color #594A16: hue angle of 46.57º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #594A16 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 22 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.65 |
| HSL | 46.57º | 0.6% | 0.22% | - |
| HSV(B) | 46.57º | 0.75% | 0.35% | - |
| XYZ | 6.71 | 7.08 | 1.77 | - |
| YUV | 72.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 22 | 0 | 0.17 | 0.75 | 0.65 | 46.57 | 0.6 | 0.22 |
| Hex | 59 | 4A | 16 | 0 | 11 | 4B | 41 | 2F | 3C | 16 |
| Octal | 131 | 112 | 26 | 0 | 21 | 113 | 101 | 57 | 74 | 26 |
| Binary | 1011001 | 1001010 | 10110 | 0 | 10001 | 1001011 | 1000001 | 101111 | 111100 | 10110 |
Color Harmonies of #594A16
Complementary color
Monochromatic Colors of #594A16
Black with #594A16
Text Example
Text Example
White with #594A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A16; }
p { color: rgb(89,74,22); }
H1.HeaderClassName
{
color: #594A16;
}
.AnyTagClassName
{
color: #594A16;
}
</style>
background-color css
<style>
a { background-color: #594A16; }
a { background-color: rgb(89,74,22); }
div.DivClassName
{
background-color: #594A16;
}
.BgClassName
{
background-color: #594A16;
}
</style>
border-color css
<style>
span { border-color: #594A16; }
span { border-color: rgb(89,74,22); }
td.TdClassName
{
border-color: #594A16;
}
.TagClassName
{
border-color: #594A16;
}
</style>