Shades of Bronze Olive #595209
Tints of Bronze Olive #595209
RGB
CMYK
RGB Variations
Color information
#595209 (or 0x595209) is known color: Bronze Olive. HEX triplet: 59, 52 and 09. RGB value is (89,82,9). Sum of RGB (Red+Green+Blue) = 89+82+9=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #595209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595209 is #A6ADF6. Grayscale: #4C4C4C. Windows color (decimal): -10923511 or 610905. OLE color: 610905.
HSL color Cylindrical-coordinate representation of color #595209: hue angle of 54.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #595209 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 9 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.65 |
| HSL | 54.75º | 0.82% | 0.19% | - |
| HSV(B) | 54.75º | 0.9% | 0.35% | - |
| XYZ | 7.19 | 8.18 | 1.46 | - |
| YUV | 75.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 9 | 0 | 0.08 | 0.90 | 0.65 | 54.75 | 0.82 | 0.19 |
| Hex | 59 | 52 | 9 | 0 | 8 | 5A | 41 | 37 | 52 | 13 |
| Octal | 131 | 122 | 11 | 0 | 10 | 132 | 101 | 67 | 122 | 23 |
| Binary | 1011001 | 1010010 | 1001 | 0 | 1000 | 1011010 | 1000001 | 110111 | 1010010 | 10011 |
Color Harmonies of #595209
Complementary color
Monochromatic Colors of #595209
Black with #595209
Text Example
Text Example
White with #595209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595209; }
p { color: rgb(89,82,9); }
H1.HeaderClassName
{
color: #595209;
}
.AnyTagClassName
{
color: #595209;
}
</style>
background-color css
<style>
a { background-color: #595209; }
a { background-color: rgb(89,82,9); }
div.DivClassName
{
background-color: #595209;
}
.BgClassName
{
background-color: #595209;
}
</style>
border-color css
<style>
span { border-color: #595209; }
span { border-color: rgb(89,82,9); }
td.TdClassName
{
border-color: #595209;
}
.TagClassName
{
border-color: #595209;
}
</style>