Shades of Bronze Olive #59540B
Tints of Bronze Olive #59540B
RGB
CMYK
RGB Variations
Color information
#59540B (or 0x59540B) is known color: Bronze Olive. HEX triplet: 59, 54 and 0B. RGB value is (89,84,11). Sum of RGB (Red+Green+Blue) = 89+84+11=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59540B is #A6ABF4. Grayscale: #4D4D4D. Windows color (decimal): -10922997 or 742489. OLE color: 742489.
HSL color Cylindrical-coordinate representation of color #59540B: hue angle of 56.15º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59540B is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 11 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.65 |
| HSL | 56.15º | 0.78% | 0.2% | - |
| HSV(B) | 56.15º | 0.88% | 0.35% | - |
| XYZ | 7.35 | 8.49 | 1.57 | - |
| YUV | 77.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 11 | 0 | 0.06 | 0.88 | 0.65 | 56.15 | 0.78 | 0.2 |
| Hex | 59 | 54 | B | 0 | 6 | 58 | 41 | 38 | 4E | 14 |
| Octal | 131 | 124 | 13 | 0 | 6 | 130 | 101 | 70 | 116 | 24 |
| Binary | 1011001 | 1010100 | 1011 | 0 | 110 | 1011000 | 1000001 | 111000 | 1001110 | 10100 |
Color Harmonies of #59540B
Complementary color
Monochromatic Colors of #59540B
Black with #59540B
Text Example
Text Example
White with #59540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59540B; }
p { color: rgb(89,84,11); }
H1.HeaderClassName
{
color: #59540B;
}
.AnyTagClassName
{
color: #59540B;
}
</style>
background-color css
<style>
a { background-color: #59540B; }
a { background-color: rgb(89,84,11); }
div.DivClassName
{
background-color: #59540B;
}
.BgClassName
{
background-color: #59540B;
}
</style>
border-color css
<style>
span { border-color: #59540B; }
span { border-color: rgb(89,84,11); }
td.TdClassName
{
border-color: #59540B;
}
.TagClassName
{
border-color: #59540B;
}
</style>