Shades of Bronze Olive #595115
Tints of Bronze Olive #595115
RGB
CMYK
RGB Variations
Color information
#595115 (or 0x595115) is known color: Bronze Olive. HEX triplet: 59, 51 and 15. RGB value is (89,81,21). Sum of RGB (Red+Green+Blue) = 89+81+21=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595115 is #A6AEEA. Grayscale: #4C4C4C. Windows color (decimal): -10923755 or 1397081. OLE color: 1397081.
HSL color Cylindrical-coordinate representation of color #595115: hue angle of 52.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #595115 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 21 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.65 |
| HSL | 52.94º | 0.62% | 0.22% | - |
| HSV(B) | 52.94º | 0.76% | 0.35% | - |
| XYZ | 7.2 | 8.06 | 1.89 | - |
| YUV | 76.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 21 | 0 | 0.09 | 0.76 | 0.65 | 52.94 | 0.62 | 0.22 |
| Hex | 59 | 51 | 15 | 0 | 9 | 4C | 41 | 35 | 3E | 16 |
| Octal | 131 | 121 | 25 | 0 | 11 | 114 | 101 | 65 | 76 | 26 |
| Binary | 1011001 | 1010001 | 10101 | 0 | 1001 | 1001100 | 1000001 | 110101 | 111110 | 10110 |
Color Harmonies of #595115
Complementary color
Monochromatic Colors of #595115
Black with #595115
Text Example
Text Example
White with #595115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595115; }
p { color: rgb(89,81,21); }
H1.HeaderClassName
{
color: #595115;
}
.AnyTagClassName
{
color: #595115;
}
</style>
background-color css
<style>
a { background-color: #595115; }
a { background-color: rgb(89,81,21); }
div.DivClassName
{
background-color: #595115;
}
.BgClassName
{
background-color: #595115;
}
</style>
border-color css
<style>
span { border-color: #595115; }
span { border-color: rgb(89,81,21); }
td.TdClassName
{
border-color: #595115;
}
.TagClassName
{
border-color: #595115;
}
</style>