Shades of Bronze Olive #594A15
Tints of Bronze Olive #594A15
RGB
CMYK
RGB Variations
Color information
#594A15 (or 0x594A15) is known color: Bronze Olive. HEX triplet: 59, 4A and 15. RGB value is (89,74,21). Sum of RGB (Red+Green+Blue) = 89+74+21=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #594A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A15 is #A6B5EA. Grayscale: #484848. Windows color (decimal): -10925547 or 1395289. OLE color: 1395289.
HSL color Cylindrical-coordinate representation of color #594A15: hue angle of 46.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #594A15 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 21 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.65 |
| HSL | 46.76º | 0.62% | 0.22% | - |
| HSV(B) | 46.76º | 0.76% | 0.35% | - |
| XYZ | 6.7 | 7.08 | 1.72 | - |
| YUV | 72.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 21 | 0 | 0.17 | 0.76 | 0.65 | 46.76 | 0.62 | 0.22 |
| Hex | 59 | 4A | 15 | 0 | 11 | 4C | 41 | 2F | 3E | 16 |
| Octal | 131 | 112 | 25 | 0 | 21 | 114 | 101 | 57 | 76 | 26 |
| Binary | 1011001 | 1001010 | 10101 | 0 | 10001 | 1001100 | 1000001 | 101111 | 111110 | 10110 |
Color Harmonies of #594A15
Complementary color
Monochromatic Colors of #594A15
Black with #594A15
Text Example
Text Example
White with #594A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A15; }
p { color: rgb(89,74,21); }
H1.HeaderClassName
{
color: #594A15;
}
.AnyTagClassName
{
color: #594A15;
}
</style>
background-color css
<style>
a { background-color: #594A15; }
a { background-color: rgb(89,74,21); }
div.DivClassName
{
background-color: #594A15;
}
.BgClassName
{
background-color: #594A15;
}
</style>
border-color css
<style>
span { border-color: #594A15; }
span { border-color: rgb(89,74,21); }
td.TdClassName
{
border-color: #594A15;
}
.TagClassName
{
border-color: #594A15;
}
</style>