Shades of Bronze Olive #595514
Tints of Bronze Olive #595514
RGB
CMYK
RGB Variations
Color information
#595514 (or 0x595514) is known color: Bronze Olive. HEX triplet: 59, 55 and 14. RGB value is (89,85,20). Sum of RGB (Red+Green+Blue) = 89+85+20=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #595514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595514 is #A6AAEB. Grayscale: #4F4F4F. Windows color (decimal): -10922732 or 1332569. OLE color: 1332569.
HSL color Cylindrical-coordinate representation of color #595514: hue angle of 56.52º 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 #595514 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 20 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.65 |
| HSL | 56.52º | 0.63% | 0.21% | - |
| HSV(B) | 56.52º | 0.78% | 0.35% | - |
| XYZ | 7.49 | 8.67 | 1.94 | - |
| YUV | 78.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 20 | 0 | 0.04 | 0.78 | 0.65 | 56.52 | 0.63 | 0.21 |
| Hex | 59 | 55 | 14 | 0 | 4 | 4E | 41 | 39 | 3F | 15 |
| Octal | 131 | 125 | 24 | 0 | 4 | 116 | 101 | 71 | 77 | 25 |
| Binary | 1011001 | 1010101 | 10100 | 0 | 100 | 1001110 | 1000001 | 111001 | 111111 | 10101 |
Color Harmonies of #595514
Complementary color
Monochromatic Colors of #595514
Black with #595514
Text Example
Text Example
White with #595514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595514; }
p { color: rgb(89,85,20); }
H1.HeaderClassName
{
color: #595514;
}
.AnyTagClassName
{
color: #595514;
}
</style>
background-color css
<style>
a { background-color: #595514; }
a { background-color: rgb(89,85,20); }
div.DivClassName
{
background-color: #595514;
}
.BgClassName
{
background-color: #595514;
}
</style>
border-color css
<style>
span { border-color: #595514; }
span { border-color: rgb(89,85,20); }
td.TdClassName
{
border-color: #595514;
}
.TagClassName
{
border-color: #595514;
}
</style>