Shades of Bronze Olive #59491E
Tints of Bronze Olive #59491E
RGB
CMYK
RGB Variations
Color information
#59491E (or 0x59491E) is known color: Bronze Olive. HEX triplet: 59, 49 and 1E. RGB value is (89,73,30). Sum of RGB (Red+Green+Blue) = 89+73+30=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59491E is #A6B6E1. Grayscale: #494949. Windows color (decimal): -10925794 or 1984857. OLE color: 1984857.
HSL color Cylindrical-coordinate representation of color #59491E: hue angle of 43.73º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59491E is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 73 | 30 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.65 |
| HSL | 43.73º | 0.5% | 0.23% | - |
| HSV(B) | 43.73º | 0.66% | 0.35% | - |
| XYZ | 6.74 | 6.98 | 2.22 | - |
| YUV | 72.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 30 | 0 | 0.18 | 0.66 | 0.65 | 43.73 | 0.5 | 0.23 |
| Hex | 59 | 49 | 1E | 0 | 12 | 42 | 41 | 2C | 32 | 17 |
| Octal | 131 | 111 | 36 | 0 | 22 | 102 | 101 | 54 | 62 | 27 |
| Binary | 1011001 | 1001001 | 11110 | 0 | 10010 | 1000010 | 1000001 | 101100 | 110010 | 10111 |
Color Harmonies of #59491E
Complementary color
Monochromatic Colors of #59491E
Black with #59491E
Text Example
Text Example
White with #59491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59491E; }
p { color: rgb(89,73,30); }
H1.HeaderClassName
{
color: #59491E;
}
.AnyTagClassName
{
color: #59491E;
}
</style>
background-color css
<style>
a { background-color: #59491E; }
a { background-color: rgb(89,73,30); }
div.DivClassName
{
background-color: #59491E;
}
.BgClassName
{
background-color: #59491E;
}
</style>
border-color css
<style>
span { border-color: #59491E; }
span { border-color: rgb(89,73,30); }
td.TdClassName
{
border-color: #59491E;
}
.TagClassName
{
border-color: #59491E;
}
</style>