Shades of Bronze Olive #594E16
Tints of Bronze Olive #594E16
RGB
CMYK
RGB Variations
Color information
#594E16 (or 0x594E16) is known color: Bronze Olive. HEX triplet: 59, 4E and 16. RGB value is (89,78,22). Sum of RGB (Red+Green+Blue) = 89+78+22=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E16 is #A6B1E9. Grayscale: #4B4B4B. Windows color (decimal): -10924522 or 1461849. OLE color: 1461849.
HSL color Cylindrical-coordinate representation of color #594E16: hue angle of 50.15º 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 #594E16 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 22 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.65 |
| HSL | 50.15º | 0.6% | 0.22% | - |
| HSV(B) | 50.15º | 0.75% | 0.35% | - |
| XYZ | 6.99 | 7.63 | 1.86 | - |
| YUV | 74.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 22 | 0 | 0.12 | 0.75 | 0.65 | 50.15 | 0.6 | 0.22 |
| Hex | 59 | 4E | 16 | 0 | C | 4B | 41 | 32 | 3C | 16 |
| Octal | 131 | 116 | 26 | 0 | 14 | 113 | 101 | 62 | 74 | 26 |
| Binary | 1011001 | 1001110 | 10110 | 0 | 1100 | 1001011 | 1000001 | 110010 | 111100 | 10110 |
Color Harmonies of #594E16
Complementary color
Monochromatic Colors of #594E16
Black with #594E16
Text Example
Text Example
White with #594E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E16; }
p { color: rgb(89,78,22); }
H1.HeaderClassName
{
color: #594E16;
}
.AnyTagClassName
{
color: #594E16;
}
</style>
background-color css
<style>
a { background-color: #594E16; }
a { background-color: rgb(89,78,22); }
div.DivClassName
{
background-color: #594E16;
}
.BgClassName
{
background-color: #594E16;
}
</style>
border-color css
<style>
span { border-color: #594E16; }
span { border-color: rgb(89,78,22); }
td.TdClassName
{
border-color: #594E16;
}
.TagClassName
{
border-color: #594E16;
}
</style>