Shades of Bronze Olive #595207
Tints of Bronze Olive #595207
RGB
CMYK
RGB Variations
Color information
#595207 (or 0x595207) is known color: Bronze Olive. HEX triplet: 59, 52 and 07. RGB value is (89,82,7). Sum of RGB (Red+Green+Blue) = 89+82+7=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #595207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595207 is #A6ADF8. Grayscale: #4B4B4B. Windows color (decimal): -10923513 or 479833. OLE color: 479833.
HSL color Cylindrical-coordinate representation of color #595207: hue angle of 54.88º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #595207 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 7 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.65 |
| HSL | 54.88º | 0.85% | 0.19% | - |
| HSV(B) | 54.88º | 0.92% | 0.35% | - |
| XYZ | 7.18 | 8.17 | 1.4 | - |
| YUV | 75.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 7 | 0 | 0.08 | 0.92 | 0.65 | 54.88 | 0.85 | 0.19 |
| Hex | 59 | 52 | 7 | 0 | 8 | 5C | 41 | 37 | 55 | 13 |
| Octal | 131 | 122 | 7 | 0 | 10 | 134 | 101 | 67 | 125 | 23 |
| Binary | 1011001 | 1010010 | 111 | 0 | 1000 | 1011100 | 1000001 | 110111 | 1010101 | 10011 |
Color Harmonies of #595207
Complementary color
Monochromatic Colors of #595207
Black with #595207
Text Example
Text Example
White with #595207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595207; }
p { color: rgb(89,82,7); }
H1.HeaderClassName
{
color: #595207;
}
.AnyTagClassName
{
color: #595207;
}
</style>
background-color css
<style>
a { background-color: #595207; }
a { background-color: rgb(89,82,7); }
div.DivClassName
{
background-color: #595207;
}
.BgClassName
{
background-color: #595207;
}
</style>
border-color css
<style>
span { border-color: #595207; }
span { border-color: rgb(89,82,7); }
td.TdClassName
{
border-color: #595207;
}
.TagClassName
{
border-color: #595207;
}
</style>