Shades of Bronze Olive #595114
Tints of Bronze Olive #595114
RGB
CMYK
RGB Variations
Color information
#595114 (or 0x595114) is known color: Bronze Olive. HEX triplet: 59, 51 and 14. RGB value is (89,81,20). Sum of RGB (Red+Green+Blue) = 89+81+20=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #595114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595114 is #A6AEEB. Grayscale: #4C4C4C. Windows color (decimal): -10923756 or 1331545. OLE color: 1331545.
HSL color Cylindrical-coordinate representation of color #595114: hue angle of 53.04º 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 #595114 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 20 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.65 |
| HSL | 53.04º | 0.63% | 0.21% | - |
| HSV(B) | 53.04º | 0.78% | 0.35% | - |
| XYZ | 7.19 | 8.06 | 1.84 | - |
| YUV | 76.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 20 | 0 | 0.09 | 0.78 | 0.65 | 53.04 | 0.63 | 0.21 |
| Hex | 59 | 51 | 14 | 0 | 9 | 4E | 41 | 35 | 3F | 15 |
| Octal | 131 | 121 | 24 | 0 | 11 | 116 | 101 | 65 | 77 | 25 |
| Binary | 1011001 | 1010001 | 10100 | 0 | 1001 | 1001110 | 1000001 | 110101 | 111111 | 10101 |
Color Harmonies of #595114
Complementary color
Monochromatic Colors of #595114
Black with #595114
Text Example
Text Example
White with #595114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595114; }
p { color: rgb(89,81,20); }
H1.HeaderClassName
{
color: #595114;
}
.AnyTagClassName
{
color: #595114;
}
</style>
background-color css
<style>
a { background-color: #595114; }
a { background-color: rgb(89,81,20); }
div.DivClassName
{
background-color: #595114;
}
.BgClassName
{
background-color: #595114;
}
</style>
border-color css
<style>
span { border-color: #595114; }
span { border-color: rgb(89,81,20); }
td.TdClassName
{
border-color: #595114;
}
.TagClassName
{
border-color: #595114;
}
</style>