Shades of Bronze Olive #59500F
Tints of Bronze Olive #59500F
RGB
CMYK
RGB Variations
Color information
#59500F (or 0x59500F) is known color: Bronze Olive. HEX triplet: 59, 50 and 0F. RGB value is (89,80,15). Sum of RGB (Red+Green+Blue) = 89+80+15=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59500F is #A6AFF0. Grayscale: #4B4B4B. Windows color (decimal): -10924017 or 1003609. OLE color: 1003609.
HSL color Cylindrical-coordinate representation of color #59500F: hue angle of 52.7º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59500F is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 15 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.65 |
| HSL | 52.7º | 0.71% | 0.2% | - |
| HSV(B) | 52.7º | 0.83% | 0.35% | - |
| XYZ | 7.07 | 7.9 | 1.6 | - |
| YUV | 75.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 15 | 0 | 0.10 | 0.83 | 0.65 | 52.7 | 0.71 | 0.2 |
| Hex | 59 | 50 | F | 0 | A | 53 | 41 | 35 | 47 | 14 |
| Octal | 131 | 120 | 17 | 0 | 12 | 123 | 101 | 65 | 107 | 24 |
| Binary | 1011001 | 1010000 | 1111 | 0 | 1010 | 1010011 | 1000001 | 110101 | 1000111 | 10100 |
Color Harmonies of #59500F
Complementary color
Monochromatic Colors of #59500F
Black with #59500F
Text Example
Text Example
White with #59500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59500F; }
p { color: rgb(89,80,15); }
H1.HeaderClassName
{
color: #59500F;
}
.AnyTagClassName
{
color: #59500F;
}
</style>
background-color css
<style>
a { background-color: #59500F; }
a { background-color: rgb(89,80,15); }
div.DivClassName
{
background-color: #59500F;
}
.BgClassName
{
background-color: #59500F;
}
</style>
border-color css
<style>
span { border-color: #59500F; }
span { border-color: rgb(89,80,15); }
td.TdClassName
{
border-color: #59500F;
}
.TagClassName
{
border-color: #59500F;
}
</style>