Shades of Bronze Olive #594A14
Tints of Bronze Olive #594A14
RGB
CMYK
RGB Variations
Color information
#594A14 (or 0x594A14) is known color: Bronze Olive. HEX triplet: 59, 4A and 14. RGB value is (89,74,20). Sum of RGB (Red+Green+Blue) = 89+74+20=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A14 is #A6B5EB. Grayscale: #484848. Windows color (decimal): -10925548 or 1329753. OLE color: 1329753.
HSL color Cylindrical-coordinate representation of color #594A14: hue angle of 46.96º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #594A14 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 20 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.65 |
| HSL | 46.96º | 0.63% | 0.21% | - |
| HSV(B) | 46.96º | 0.78% | 0.35% | - |
| XYZ | 6.69 | 7.07 | 1.67 | - |
| YUV | 72.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 20 | 0 | 0.17 | 0.78 | 0.65 | 46.96 | 0.63 | 0.21 |
| Hex | 59 | 4A | 14 | 0 | 11 | 4E | 41 | 2F | 3F | 15 |
| Octal | 131 | 112 | 24 | 0 | 21 | 116 | 101 | 57 | 77 | 25 |
| Binary | 1011001 | 1001010 | 10100 | 0 | 10001 | 1001110 | 1000001 | 101111 | 111111 | 10101 |
Color Harmonies of #594A14
Complementary color
Monochromatic Colors of #594A14
Black with #594A14
Text Example
Text Example
White with #594A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A14; }
p { color: rgb(89,74,20); }
H1.HeaderClassName
{
color: #594A14;
}
.AnyTagClassName
{
color: #594A14;
}
</style>
background-color css
<style>
a { background-color: #594A14; }
a { background-color: rgb(89,74,20); }
div.DivClassName
{
background-color: #594A14;
}
.BgClassName
{
background-color: #594A14;
}
</style>
border-color css
<style>
span { border-color: #594A14; }
span { border-color: rgb(89,74,20); }
td.TdClassName
{
border-color: #594A14;
}
.TagClassName
{
border-color: #594A14;
}
</style>