Shades of Bronze Olive #595512
Tints of Bronze Olive #595512
RGB
CMYK
RGB Variations
Color information
#595512 (or 0x595512) is known color: Bronze Olive. HEX triplet: 59, 55 and 12. RGB value is (89,85,18). Sum of RGB (Red+Green+Blue) = 89+85+18=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #595512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595512 is #A6AAED. Grayscale: #4E4E4E. Windows color (decimal): -10922734 or 1201497. OLE color: 1201497.
HSL color Cylindrical-coordinate representation of color #595512: hue angle of 56.62º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #595512 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 18 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.65 |
| HSL | 56.62º | 0.66% | 0.21% | - |
| HSV(B) | 56.62º | 0.8% | 0.35% | - |
| XYZ | 7.48 | 8.66 | 1.85 | - |
| YUV | 78.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 18 | 0 | 0.04 | 0.80 | 0.65 | 56.62 | 0.66 | 0.21 |
| Hex | 59 | 55 | 12 | 0 | 4 | 50 | 41 | 39 | 42 | 15 |
| Octal | 131 | 125 | 22 | 0 | 4 | 120 | 101 | 71 | 102 | 25 |
| Binary | 1011001 | 1010101 | 10010 | 0 | 100 | 1010000 | 1000001 | 111001 | 1000010 | 10101 |
Color Harmonies of #595512
Complementary color
Monochromatic Colors of #595512
Black with #595512
Text Example
Text Example
White with #595512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595512; }
p { color: rgb(89,85,18); }
H1.HeaderClassName
{
color: #595512;
}
.AnyTagClassName
{
color: #595512;
}
</style>
background-color css
<style>
a { background-color: #595512; }
a { background-color: rgb(89,85,18); }
div.DivClassName
{
background-color: #595512;
}
.BgClassName
{
background-color: #595512;
}
</style>
border-color css
<style>
span { border-color: #595512; }
span { border-color: rgb(89,85,18); }
td.TdClassName
{
border-color: #595512;
}
.TagClassName
{
border-color: #595512;
}
</style>