Shades of Bronze Olive #59470B
Tints of Bronze Olive #59470B
RGB
CMYK
RGB Variations
Color information
#59470B (or 0x59470B) is known color: Bronze Olive. HEX triplet: 59, 47 and 0B. RGB value is (89,71,11). Sum of RGB (Red+Green+Blue) = 89+71+11=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59470B is #A6B8F4. Grayscale: #454545. Windows color (decimal): -10926325 or 739161. OLE color: 739161.
HSL color Cylindrical-coordinate representation of color #59470B: hue angle of 46.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 #59470B is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 71 | 11 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.65 |
| HSL | 46.15º | 0.78% | 0.2% | - |
| HSV(B) | 46.15º | 0.88% | 0.35% | - |
| XYZ | 6.43 | 6.65 | 1.26 | - |
| YUV | 69.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 11 | 0 | 0.20 | 0.88 | 0.65 | 46.15 | 0.78 | 0.2 |
| Hex | 59 | 47 | B | 0 | 14 | 58 | 41 | 2E | 4E | 14 |
| Octal | 131 | 107 | 13 | 0 | 24 | 130 | 101 | 56 | 116 | 24 |
| Binary | 1011001 | 1000111 | 1011 | 0 | 10100 | 1011000 | 1000001 | 101110 | 1001110 | 10100 |
Color Harmonies of #59470B
Complementary color
Monochromatic Colors of #59470B
Black with #59470B
Text Example
Text Example
White with #59470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59470B; }
p { color: rgb(89,71,11); }
H1.HeaderClassName
{
color: #59470B;
}
.AnyTagClassName
{
color: #59470B;
}
</style>
background-color css
<style>
a { background-color: #59470B; }
a { background-color: rgb(89,71,11); }
div.DivClassName
{
background-color: #59470B;
}
.BgClassName
{
background-color: #59470B;
}
</style>
border-color css
<style>
span { border-color: #59470B; }
span { border-color: rgb(89,71,11); }
td.TdClassName
{
border-color: #59470B;
}
.TagClassName
{
border-color: #59470B;
}
</style>