Shades of Bronze Olive #595205
Tints of Bronze Olive #595205
RGB
CMYK
RGB Variations
Color information
#595205 (or 0x595205) is known color: Bronze Olive. HEX triplet: 59, 52 and 05. RGB value is (89,82,5). Sum of RGB (Red+Green+Blue) = 89+82+5=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #595205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595205 is #A6ADFA. Grayscale: #4B4B4B. Windows color (decimal): -10923515 or 348761. OLE color: 348761.
HSL color Cylindrical-coordinate representation of color #595205: hue angle of 55º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #595205 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 5 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.65 |
| HSL | 55º | 0.89% | 0.18% | - |
| HSV(B) | 55º | 0.94% | 0.35% | - |
| XYZ | 7.16 | 8.17 | 1.34 | - |
| YUV | 75.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 5 | 0 | 0.08 | 0.94 | 0.65 | 55 | 0.89 | 0.18 |
| Hex | 59 | 52 | 5 | 0 | 8 | 5E | 41 | 37 | 59 | 12 |
| Octal | 131 | 122 | 5 | 0 | 10 | 136 | 101 | 67 | 131 | 22 |
| Binary | 1011001 | 1010010 | 101 | 0 | 1000 | 1011110 | 1000001 | 110111 | 1011001 | 10010 |
Color Harmonies of #595205
Complementary color
Monochromatic Colors of #595205
Black with #595205
Text Example
Text Example
White with #595205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595205; }
p { color: rgb(89,82,5); }
H1.HeaderClassName
{
color: #595205;
}
.AnyTagClassName
{
color: #595205;
}
</style>
background-color css
<style>
a { background-color: #595205; }
a { background-color: rgb(89,82,5); }
div.DivClassName
{
background-color: #595205;
}
.BgClassName
{
background-color: #595205;
}
</style>
border-color css
<style>
span { border-color: #595205; }
span { border-color: rgb(89,82,5); }
td.TdClassName
{
border-color: #595205;
}
.TagClassName
{
border-color: #595205;
}
</style>