Shades of Bronze Olive #59521F
Tints of Bronze Olive #59521F
RGB
CMYK
RGB Variations
Color information
#59521F (or 0x59521F) is known color: Bronze Olive. HEX triplet: 59, 52 and 1F. RGB value is (89,82,31). Sum of RGB (Red+Green+Blue) = 89+82+31=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521F is #A6ADE0. Grayscale: #4E4E4E. Windows color (decimal): -10923489 or 2052697. OLE color: 2052697.
HSL color Cylindrical-coordinate representation of color #59521F: hue angle of 52.76º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59521F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 31 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.65 |
| HSL | 52.76º | 0.48% | 0.24% | - |
| HSV(B) | 52.76º | 0.65% | 0.35% | - |
| XYZ | 7.38 | 8.26 | 2.5 | - |
| YUV | 78.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 31 | 0 | 0.08 | 0.65 | 0.65 | 52.76 | 0.48 | 0.24 |
| Hex | 59 | 52 | 1F | 0 | 8 | 41 | 41 | 35 | 30 | 18 |
| Octal | 131 | 122 | 37 | 0 | 10 | 101 | 101 | 65 | 60 | 30 |
| Binary | 1011001 | 1010010 | 11111 | 0 | 1000 | 1000001 | 1000001 | 110101 | 110000 | 11000 |
Color Harmonies of #59521F
Complementary color
Monochromatic Colors of #59521F
Black with #59521F
Text Example
Text Example
White with #59521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59521F; }
p { color: rgb(89,82,31); }
H1.HeaderClassName
{
color: #59521F;
}
.AnyTagClassName
{
color: #59521F;
}
</style>
background-color css
<style>
a { background-color: #59521F; }
a { background-color: rgb(89,82,31); }
div.DivClassName
{
background-color: #59521F;
}
.BgClassName
{
background-color: #59521F;
}
</style>
border-color css
<style>
span { border-color: #59521F; }
span { border-color: rgb(89,82,31); }
td.TdClassName
{
border-color: #59521F;
}
.TagClassName
{
border-color: #59521F;
}
</style>