Shades of Bronze Olive #595510
Tints of Bronze Olive #595510
RGB
CMYK
RGB Variations
Color information
#595510 (or 0x595510) is known color: Bronze Olive. HEX triplet: 59, 55 and 10. RGB value is (89,85,16). Sum of RGB (Red+Green+Blue) = 89+85+16=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #595510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595510 is #A6AAEF. Grayscale: #4E4E4E. Windows color (decimal): -10922736 or 1070425. OLE color: 1070425.
HSL color Cylindrical-coordinate representation of color #595510: hue angle of 56.71º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #595510 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 16 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.65 |
| HSL | 56.71º | 0.7% | 0.21% | - |
| HSV(B) | 56.71º | 0.82% | 0.35% | - |
| XYZ | 7.46 | 8.66 | 1.77 | - |
| YUV | 78.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 16 | 0 | 0.04 | 0.82 | 0.65 | 56.71 | 0.7 | 0.21 |
| Hex | 59 | 55 | 10 | 0 | 4 | 52 | 41 | 39 | 46 | 15 |
| Octal | 131 | 125 | 20 | 0 | 4 | 122 | 101 | 71 | 106 | 25 |
| Binary | 1011001 | 1010101 | 10000 | 0 | 100 | 1010010 | 1000001 | 111001 | 1000110 | 10101 |
Color Harmonies of #595510
Complementary color
Monochromatic Colors of #595510
Black with #595510
Text Example
Text Example
White with #595510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595510; }
p { color: rgb(89,85,16); }
H1.HeaderClassName
{
color: #595510;
}
.AnyTagClassName
{
color: #595510;
}
</style>
background-color css
<style>
a { background-color: #595510; }
a { background-color: rgb(89,85,16); }
div.DivClassName
{
background-color: #595510;
}
.BgClassName
{
background-color: #595510;
}
</style>
border-color css
<style>
span { border-color: #595510; }
span { border-color: rgb(89,85,16); }
td.TdClassName
{
border-color: #595510;
}
.TagClassName
{
border-color: #595510;
}
</style>