Shades of Bronze Olive #595413
Tints of Bronze Olive #595413
RGB
CMYK
RGB Variations
Color information
#595413 (or 0x595413) is known color: Bronze Olive. HEX triplet: 59, 54 and 13. RGB value is (89,84,19). Sum of RGB (Red+Green+Blue) = 89+84+19=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #595413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595413 is #A6ABEC. Grayscale: #4E4E4E. Windows color (decimal): -10922989 or 1266777. OLE color: 1266777.
HSL color Cylindrical-coordinate representation of color #595413: hue angle of 55.71º 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 #595413 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 19 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.65 |
| HSL | 55.71º | 0.65% | 0.21% | - |
| HSV(B) | 55.71º | 0.79% | 0.35% | - |
| XYZ | 7.41 | 8.51 | 1.87 | - |
| YUV | 78.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 19 | 0 | 0.06 | 0.79 | 0.65 | 55.71 | 0.65 | 0.21 |
| Hex | 59 | 54 | 13 | 0 | 6 | 4F | 41 | 38 | 41 | 15 |
| Octal | 131 | 124 | 23 | 0 | 6 | 117 | 101 | 70 | 101 | 25 |
| Binary | 1011001 | 1010100 | 10011 | 0 | 110 | 1001111 | 1000001 | 111000 | 1000001 | 10101 |
Color Harmonies of #595413
Complementary color
Monochromatic Colors of #595413
Black with #595413
Text Example
Text Example
White with #595413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595413; }
p { color: rgb(89,84,19); }
H1.HeaderClassName
{
color: #595413;
}
.AnyTagClassName
{
color: #595413;
}
</style>
background-color css
<style>
a { background-color: #595413; }
a { background-color: rgb(89,84,19); }
div.DivClassName
{
background-color: #595413;
}
.BgClassName
{
background-color: #595413;
}
</style>
border-color css
<style>
span { border-color: #595413; }
span { border-color: rgb(89,84,19); }
td.TdClassName
{
border-color: #595413;
}
.TagClassName
{
border-color: #595413;
}
</style>