Shades of Bronze Olive #59521B
Tints of Bronze Olive #59521B
RGB
CMYK
RGB Variations
Color information
#59521B (or 0x59521B) is known color: Bronze Olive. HEX triplet: 59, 52 and 1B. RGB value is (89,82,27). Sum of RGB (Red+Green+Blue) = 89+82+27=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521B is #A6ADE4. Grayscale: #4E4E4E. Windows color (decimal): -10923493 or 1790553. OLE color: 1790553.
HSL color Cylindrical-coordinate representation of color #59521B: hue angle of 53.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59521B is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 27 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.65 |
| HSL | 53.23º | 0.53% | 0.23% | - |
| HSV(B) | 53.23º | 0.7% | 0.35% | - |
| XYZ | 7.33 | 8.24 | 2.24 | - |
| YUV | 77.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 27 | 0 | 0.08 | 0.70 | 0.65 | 53.23 | 0.53 | 0.23 |
| Hex | 59 | 52 | 1B | 0 | 8 | 46 | 41 | 35 | 35 | 17 |
| Octal | 131 | 122 | 33 | 0 | 10 | 106 | 101 | 65 | 65 | 27 |
| Binary | 1011001 | 1010010 | 11011 | 0 | 1000 | 1000110 | 1000001 | 110101 | 110101 | 10111 |
Color Harmonies of #59521B
Complementary color
Monochromatic Colors of #59521B
Black with #59521B
Text Example
Text Example
White with #59521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59521B; }
p { color: rgb(89,82,27); }
H1.HeaderClassName
{
color: #59521B;
}
.AnyTagClassName
{
color: #59521B;
}
</style>
background-color css
<style>
a { background-color: #59521B; }
a { background-color: rgb(89,82,27); }
div.DivClassName
{
background-color: #59521B;
}
.BgClassName
{
background-color: #59521B;
}
</style>
border-color css
<style>
span { border-color: #59521B; }
span { border-color: rgb(89,82,27); }
td.TdClassName
{
border-color: #59521B;
}
.TagClassName
{
border-color: #59521B;
}
</style>