Shades of Bronze Olive #595118
Tints of Bronze Olive #595118
RGB
CMYK
RGB Variations
Color information
#595118 (or 0x595118) is known color: Bronze Olive. HEX triplet: 59, 51 and 18. RGB value is (89,81,24). Sum of RGB (Red+Green+Blue) = 89+81+24=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #595118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595118 is #A6AEE7. Grayscale: #4D4D4D. Windows color (decimal): -10923752 or 1593689. OLE color: 1593689.
HSL color Cylindrical-coordinate representation of color #595118: hue angle of 52.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595118 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 24 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.65 |
| HSL | 52.62º | 0.58% | 0.22% | - |
| HSV(B) | 52.62º | 0.73% | 0.35% | - |
| XYZ | 7.23 | 8.07 | 2.04 | - |
| YUV | 76.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 24 | 0 | 0.09 | 0.73 | 0.65 | 52.62 | 0.58 | 0.22 |
| Hex | 59 | 51 | 18 | 0 | 9 | 49 | 41 | 35 | 3A | 16 |
| Octal | 131 | 121 | 30 | 0 | 11 | 111 | 101 | 65 | 72 | 26 |
| Binary | 1011001 | 1010001 | 11000 | 0 | 1001 | 1001001 | 1000001 | 110101 | 111010 | 10110 |
Color Harmonies of #595118
Complementary color
Monochromatic Colors of #595118
Black with #595118
Text Example
Text Example
White with #595118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595118; }
p { color: rgb(89,81,24); }
H1.HeaderClassName
{
color: #595118;
}
.AnyTagClassName
{
color: #595118;
}
</style>
background-color css
<style>
a { background-color: #595118; }
a { background-color: rgb(89,81,24); }
div.DivClassName
{
background-color: #595118;
}
.BgClassName
{
background-color: #595118;
}
</style>
border-color css
<style>
span { border-color: #595118; }
span { border-color: rgb(89,81,24); }
td.TdClassName
{
border-color: #595118;
}
.TagClassName
{
border-color: #595118;
}
</style>