Shades of Bronze Olive #59511A
Tints of Bronze Olive #59511A
RGB
CMYK
RGB Variations
Color information
#59511A (or 0x59511A) is known color: Bronze Olive. HEX triplet: 59, 51 and 1A. RGB value is (89,81,26). Sum of RGB (Red+Green+Blue) = 89+81+26=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #59511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59511A is #A6AEE5. Grayscale: #4D4D4D. Windows color (decimal): -10923750 or 1724761. OLE color: 1724761.
HSL color Cylindrical-coordinate representation of color #59511A: hue angle of 52.38º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59511A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 26 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.65 |
| HSL | 52.38º | 0.55% | 0.23% | - |
| HSV(B) | 52.38º | 0.71% | 0.35% | - |
| XYZ | 7.25 | 8.08 | 2.16 | - |
| YUV | 77.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 26 | 0 | 0.09 | 0.71 | 0.65 | 52.38 | 0.55 | 0.23 |
| Hex | 59 | 51 | 1A | 0 | 9 | 47 | 41 | 34 | 37 | 17 |
| Octal | 131 | 121 | 32 | 0 | 11 | 107 | 101 | 64 | 67 | 27 |
| Binary | 1011001 | 1010001 | 11010 | 0 | 1001 | 1000111 | 1000001 | 110100 | 110111 | 10111 |
Color Harmonies of #59511A
Complementary color
Monochromatic Colors of #59511A
Black with #59511A
Text Example
Text Example
White with #59511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59511A; }
p { color: rgb(89,81,26); }
H1.HeaderClassName
{
color: #59511A;
}
.AnyTagClassName
{
color: #59511A;
}
</style>
background-color css
<style>
a { background-color: #59511A; }
a { background-color: rgb(89,81,26); }
div.DivClassName
{
background-color: #59511A;
}
.BgClassName
{
background-color: #59511A;
}
</style>
border-color css
<style>
span { border-color: #59511A; }
span { border-color: rgb(89,81,26); }
td.TdClassName
{
border-color: #59511A;
}
.TagClassName
{
border-color: #59511A;
}
</style>