Shades of Bronze Olive #59540D
Tints of Bronze Olive #59540D
RGB
CMYK
RGB Variations
Color information
#59540D (or 0x59540D) is known color: Bronze Olive. HEX triplet: 59, 54 and 0D. RGB value is (89,84,13). Sum of RGB (Red+Green+Blue) = 89+84+13=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59540D is #A6ABF2. Grayscale: #4D4D4D. Windows color (decimal): -10922995 or 873561. OLE color: 873561.
HSL color Cylindrical-coordinate representation of color #59540D: hue angle of 56.05º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59540D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 13 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.65 |
| HSL | 56.05º | 0.75% | 0.2% | - |
| HSV(B) | 56.05º | 0.85% | 0.35% | - |
| XYZ | 7.36 | 8.49 | 1.63 | - |
| YUV | 77.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 13 | 0 | 0.06 | 0.85 | 0.65 | 56.05 | 0.75 | 0.2 |
| Hex | 59 | 54 | D | 0 | 6 | 55 | 41 | 38 | 4B | 14 |
| Octal | 131 | 124 | 15 | 0 | 6 | 125 | 101 | 70 | 113 | 24 |
| Binary | 1011001 | 1010100 | 1101 | 0 | 110 | 1010101 | 1000001 | 111000 | 1001011 | 10100 |
Color Harmonies of #59540D
Complementary color
Monochromatic Colors of #59540D
Black with #59540D
Text Example
Text Example
White with #59540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59540D; }
p { color: rgb(89,84,13); }
H1.HeaderClassName
{
color: #59540D;
}
.AnyTagClassName
{
color: #59540D;
}
</style>
background-color css
<style>
a { background-color: #59540D; }
a { background-color: rgb(89,84,13); }
div.DivClassName
{
background-color: #59540D;
}
.BgClassName
{
background-color: #59540D;
}
</style>
border-color css
<style>
span { border-color: #59540D; }
span { border-color: rgb(89,84,13); }
td.TdClassName
{
border-color: #59540D;
}
.TagClassName
{
border-color: #59540D;
}
</style>