Shades of Bronze Olive #595511
Tints of Bronze Olive #595511
RGB
CMYK
RGB Variations
Color information
#595511 (or 0x595511) is known color: Bronze Olive. HEX triplet: 59, 55 and 11. RGB value is (89,85,17). Sum of RGB (Red+Green+Blue) = 89+85+17=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595511 is #A6AAEE. Grayscale: #4E4E4E. Windows color (decimal): -10922735 or 1135961. OLE color: 1135961.
HSL color Cylindrical-coordinate representation of color #595511: hue angle of 56.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #595511 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 17 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.65 |
| HSL | 56.67º | 0.68% | 0.21% | - |
| HSV(B) | 56.67º | 0.81% | 0.35% | - |
| XYZ | 7.47 | 8.66 | 1.81 | - |
| YUV | 78.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 17 | 0 | 0.04 | 0.81 | 0.65 | 56.67 | 0.68 | 0.21 |
| Hex | 59 | 55 | 11 | 0 | 4 | 51 | 41 | 39 | 44 | 15 |
| Octal | 131 | 125 | 21 | 0 | 4 | 121 | 101 | 71 | 104 | 25 |
| Binary | 1011001 | 1010101 | 10001 | 0 | 100 | 1010001 | 1000001 | 111001 | 1000100 | 10101 |
Color Harmonies of #595511
Complementary color
Monochromatic Colors of #595511
Black with #595511
Text Example
Text Example
White with #595511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595511; }
p { color: rgb(89,85,17); }
H1.HeaderClassName
{
color: #595511;
}
.AnyTagClassName
{
color: #595511;
}
</style>
background-color css
<style>
a { background-color: #595511; }
a { background-color: rgb(89,85,17); }
div.DivClassName
{
background-color: #595511;
}
.BgClassName
{
background-color: #595511;
}
</style>
border-color css
<style>
span { border-color: #595511; }
span { border-color: rgb(89,85,17); }
td.TdClassName
{
border-color: #595511;
}
.TagClassName
{
border-color: #595511;
}
</style>