Shades of Bronze Olive #59511B
Tints of Bronze Olive #59511B
RGB
CMYK
RGB Variations
Color information
#59511B (or 0x59511B) is known color: Bronze Olive. HEX triplet: 59, 51 and 1B. RGB value is (89,81,27). Sum of RGB (Red+Green+Blue) = 89+81+27=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59511B is #A6AEE4. Grayscale: #4D4D4D. Windows color (decimal): -10923749 or 1790297. OLE color: 1790297.
HSL color Cylindrical-coordinate representation of color #59511B: hue angle of 52.26º 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 #59511B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 27 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.65 |
| HSL | 52.26º | 0.53% | 0.23% | - |
| HSV(B) | 52.26º | 0.7% | 0.35% | - |
| XYZ | 7.26 | 8.09 | 2.22 | - |
| YUV | 77.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 27 | 0 | 0.09 | 0.70 | 0.65 | 52.26 | 0.53 | 0.23 |
| Hex | 59 | 51 | 1B | 0 | 9 | 46 | 41 | 34 | 35 | 17 |
| Octal | 131 | 121 | 33 | 0 | 11 | 106 | 101 | 64 | 65 | 27 |
| Binary | 1011001 | 1010001 | 11011 | 0 | 1001 | 1000110 | 1000001 | 110100 | 110101 | 10111 |
Color Harmonies of #59511B
Complementary color
Monochromatic Colors of #59511B
Black with #59511B
Text Example
Text Example
White with #59511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59511B; }
p { color: rgb(89,81,27); }
H1.HeaderClassName
{
color: #59511B;
}
.AnyTagClassName
{
color: #59511B;
}
</style>
background-color css
<style>
a { background-color: #59511B; }
a { background-color: rgb(89,81,27); }
div.DivClassName
{
background-color: #59511B;
}
.BgClassName
{
background-color: #59511B;
}
</style>
border-color css
<style>
span { border-color: #59511B; }
span { border-color: rgb(89,81,27); }
td.TdClassName
{
border-color: #59511B;
}
.TagClassName
{
border-color: #59511B;
}
</style>