Shades of Bronze Olive #595010
Tints of Bronze Olive #595010
RGB
CMYK
RGB Variations
Color information
#595010 (or 0x595010) is known color: Bronze Olive. HEX triplet: 59, 50 and 10. RGB value is (89,80,16). Sum of RGB (Red+Green+Blue) = 89+80+16=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #595010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595010 is #A6AFEF. Grayscale: #4B4B4B. Windows color (decimal): -10924016 or 1069145. OLE color: 1069145.
HSL color Cylindrical-coordinate representation of color #595010: hue angle of 52.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #595010 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 16 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.65 |
| HSL | 52.6º | 0.7% | 0.21% | - |
| HSV(B) | 52.6º | 0.82% | 0.35% | - |
| XYZ | 7.08 | 7.9 | 1.64 | - |
| YUV | 75.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 16 | 0 | 0.10 | 0.82 | 0.65 | 52.6 | 0.7 | 0.21 |
| Hex | 59 | 50 | 10 | 0 | A | 52 | 41 | 35 | 46 | 15 |
| Octal | 131 | 120 | 20 | 0 | 12 | 122 | 101 | 65 | 106 | 25 |
| Binary | 1011001 | 1010000 | 10000 | 0 | 1010 | 1010010 | 1000001 | 110101 | 1000110 | 10101 |
Color Harmonies of #595010
Complementary color
Monochromatic Colors of #595010
Black with #595010
Text Example
Text Example
White with #595010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595010; }
p { color: rgb(89,80,16); }
H1.HeaderClassName
{
color: #595010;
}
.AnyTagClassName
{
color: #595010;
}
</style>
background-color css
<style>
a { background-color: #595010; }
a { background-color: rgb(89,80,16); }
div.DivClassName
{
background-color: #595010;
}
.BgClassName
{
background-color: #595010;
}
</style>
border-color css
<style>
span { border-color: #595010; }
span { border-color: rgb(89,80,16); }
td.TdClassName
{
border-color: #595010;
}
.TagClassName
{
border-color: #595010;
}
</style>