Shades of Bronze Olive #59450B
Tints of Bronze Olive #59450B
RGB
CMYK
RGB Variations
Color information
#59450B (or 0x59450B) is known color: Bronze Olive. HEX triplet: 59, 45 and 0B. RGB value is (89,69,11). Sum of RGB (Red+Green+Blue) = 89+69+11=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59450B is #A6BAF4. Grayscale: #444444. Windows color (decimal): -10926837 or 738649. OLE color: 738649.
HSL color Cylindrical-coordinate representation of color #59450B: hue angle of 44.62º 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 #59450B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 69 | 11 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.65 |
| HSL | 44.62º | 0.78% | 0.2% | - |
| HSV(B) | 44.62º | 0.88% | 0.35% | - |
| XYZ | 6.31 | 6.4 | 1.22 | - |
| YUV | 68.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 11 | 0 | 0.22 | 0.88 | 0.65 | 44.62 | 0.78 | 0.2 |
| Hex | 59 | 45 | B | 0 | 16 | 58 | 41 | 2D | 4E | 14 |
| Octal | 131 | 105 | 13 | 0 | 26 | 130 | 101 | 55 | 116 | 24 |
| Binary | 1011001 | 1000101 | 1011 | 0 | 10110 | 1011000 | 1000001 | 101101 | 1001110 | 10100 |
Color Harmonies of #59450B
Complementary color
Monochromatic Colors of #59450B
Black with #59450B
Text Example
Text Example
White with #59450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59450B; }
p { color: rgb(89,69,11); }
H1.HeaderClassName
{
color: #59450B;
}
.AnyTagClassName
{
color: #59450B;
}
</style>
background-color css
<style>
a { background-color: #59450B; }
a { background-color: rgb(89,69,11); }
div.DivClassName
{
background-color: #59450B;
}
.BgClassName
{
background-color: #59450B;
}
</style>
border-color css
<style>
span { border-color: #59450B; }
span { border-color: rgb(89,69,11); }
td.TdClassName
{
border-color: #59450B;
}
.TagClassName
{
border-color: #59450B;
}
</style>