Shades of Bronze Olive #595313
Tints of Bronze Olive #595313
RGB
CMYK
RGB Variations
Color information
#595313 (or 0x595313) is known color: Bronze Olive. HEX triplet: 59, 53 and 13. RGB value is (89,83,19). Sum of RGB (Red+Green+Blue) = 89+83+19=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595313 is #A6ACEC. Grayscale: #4D4D4D. Windows color (decimal): -10923245 or 1266521. OLE color: 1266521.
HSL color Cylindrical-coordinate representation of color #595313: hue angle of 54.86º 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 #595313 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 19 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.65 |
| HSL | 54.86º | 0.65% | 0.21% | - |
| HSV(B) | 54.86º | 0.79% | 0.35% | - |
| XYZ | 7.33 | 8.36 | 1.84 | - |
| YUV | 77.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 19 | 0 | 0.07 | 0.79 | 0.65 | 54.86 | 0.65 | 0.21 |
| Hex | 59 | 53 | 13 | 0 | 7 | 4F | 41 | 37 | 41 | 15 |
| Octal | 131 | 123 | 23 | 0 | 7 | 117 | 101 | 67 | 101 | 25 |
| Binary | 1011001 | 1010011 | 10011 | 0 | 111 | 1001111 | 1000001 | 110111 | 1000001 | 10101 |
Color Harmonies of #595313
Complementary color
Monochromatic Colors of #595313
Black with #595313
Text Example
Text Example
White with #595313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595313; }
p { color: rgb(89,83,19); }
H1.HeaderClassName
{
color: #595313;
}
.AnyTagClassName
{
color: #595313;
}
</style>
background-color css
<style>
a { background-color: #595313; }
a { background-color: rgb(89,83,19); }
div.DivClassName
{
background-color: #595313;
}
.BgClassName
{
background-color: #595313;
}
</style>
border-color css
<style>
span { border-color: #595313; }
span { border-color: rgb(89,83,19); }
td.TdClassName
{
border-color: #595313;
}
.TagClassName
{
border-color: #595313;
}
</style>