Shades of Bronze Olive #595217
Tints of Bronze Olive #595217
RGB
CMYK
RGB Variations
Color information
#595217 (or 0x595217) is known color: Bronze Olive. HEX triplet: 59, 52 and 17. RGB value is (89,82,23). Sum of RGB (Red+Green+Blue) = 89+82+23=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #595217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595217 is #A6ADE8. Grayscale: #4D4D4D. Windows color (decimal): -10923497 or 1528409. OLE color: 1528409.
HSL color Cylindrical-coordinate representation of color #595217: hue angle of 53.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #595217 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 23 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.65 |
| HSL | 53.64º | 0.59% | 0.22% | - |
| HSV(B) | 53.64º | 0.74% | 0.35% | - |
| XYZ | 7.29 | 8.22 | 2.01 | - |
| YUV | 77.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 23 | 0 | 0.08 | 0.74 | 0.65 | 53.64 | 0.59 | 0.22 |
| Hex | 59 | 52 | 17 | 0 | 8 | 4A | 41 | 36 | 3B | 16 |
| Octal | 131 | 122 | 27 | 0 | 10 | 112 | 101 | 66 | 73 | 26 |
| Binary | 1011001 | 1010010 | 10111 | 0 | 1000 | 1001010 | 1000001 | 110110 | 111011 | 10110 |
Color Harmonies of #595217
Complementary color
Monochromatic Colors of #595217
Black with #595217
Text Example
Text Example
White with #595217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595217; }
p { color: rgb(89,82,23); }
H1.HeaderClassName
{
color: #595217;
}
.AnyTagClassName
{
color: #595217;
}
</style>
background-color css
<style>
a { background-color: #595217; }
a { background-color: rgb(89,82,23); }
div.DivClassName
{
background-color: #595217;
}
.BgClassName
{
background-color: #595217;
}
</style>
border-color css
<style>
span { border-color: #595217; }
span { border-color: rgb(89,82,23); }
td.TdClassName
{
border-color: #595217;
}
.TagClassName
{
border-color: #595217;
}
</style>