Shades of Bronze Olive #595513
Tints of Bronze Olive #595513
RGB
CMYK
RGB Variations
Color information
#595513 (or 0x595513) is known color: Bronze Olive. HEX triplet: 59, 55 and 13. RGB value is (89,85,19). Sum of RGB (Red+Green+Blue) = 89+85+19=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #595513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595513 is #A6AAEC. Grayscale: #4E4E4E. Windows color (decimal): -10922733 or 1267033. OLE color: 1267033.
HSL color Cylindrical-coordinate representation of color #595513: hue angle of 56.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #595513 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 19 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.65 |
| HSL | 56.57º | 0.65% | 0.21% | - |
| HSV(B) | 56.57º | 0.79% | 0.35% | - |
| XYZ | 7.49 | 8.67 | 1.89 | - |
| YUV | 78.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 19 | 0 | 0.04 | 0.79 | 0.65 | 56.57 | 0.65 | 0.21 |
| Hex | 59 | 55 | 13 | 0 | 4 | 4F | 41 | 39 | 41 | 15 |
| Octal | 131 | 125 | 23 | 0 | 4 | 117 | 101 | 71 | 101 | 25 |
| Binary | 1011001 | 1010101 | 10011 | 0 | 100 | 1001111 | 1000001 | 111001 | 1000001 | 10101 |
Color Harmonies of #595513
Complementary color
Monochromatic Colors of #595513
Black with #595513
Text Example
Text Example
White with #595513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595513; }
p { color: rgb(89,85,19); }
H1.HeaderClassName
{
color: #595513;
}
.AnyTagClassName
{
color: #595513;
}
</style>
background-color css
<style>
a { background-color: #595513; }
a { background-color: rgb(89,85,19); }
div.DivClassName
{
background-color: #595513;
}
.BgClassName
{
background-color: #595513;
}
</style>
border-color css
<style>
span { border-color: #595513; }
span { border-color: rgb(89,85,19); }
td.TdClassName
{
border-color: #595513;
}
.TagClassName
{
border-color: #595513;
}
</style>