Shades of Bronze Olive #59480B
Tints of Bronze Olive #59480B
RGB
CMYK
RGB Variations
Color information
#59480B (or 0x59480B) is known color: Bronze Olive. HEX triplet: 59, 48 and 0B. RGB value is (89,72,11). Sum of RGB (Red+Green+Blue) = 89+72+11=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59480B is #A6B7F4. Grayscale: #464646. Windows color (decimal): -10926069 or 739417. OLE color: 739417.
HSL color Cylindrical-coordinate representation of color #59480B: hue angle of 46.92º 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 #59480B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 11 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.65 |
| HSL | 46.92º | 0.78% | 0.2% | - |
| HSV(B) | 46.92º | 0.88% | 0.35% | - |
| XYZ | 6.5 | 6.78 | 1.28 | - |
| YUV | 70.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 11 | 0 | 0.19 | 0.88 | 0.65 | 46.92 | 0.78 | 0.2 |
| Hex | 59 | 48 | B | 0 | 13 | 58 | 41 | 2F | 4E | 14 |
| Octal | 131 | 110 | 13 | 0 | 23 | 130 | 101 | 57 | 116 | 24 |
| Binary | 1011001 | 1001000 | 1011 | 0 | 10011 | 1011000 | 1000001 | 101111 | 1001110 | 10100 |
Color Harmonies of #59480B
Complementary color
Monochromatic Colors of #59480B
Black with #59480B
Text Example
Text Example
White with #59480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59480B; }
p { color: rgb(89,72,11); }
H1.HeaderClassName
{
color: #59480B;
}
.AnyTagClassName
{
color: #59480B;
}
</style>
background-color css
<style>
a { background-color: #59480B; }
a { background-color: rgb(89,72,11); }
div.DivClassName
{
background-color: #59480B;
}
.BgClassName
{
background-color: #59480B;
}
</style>
border-color css
<style>
span { border-color: #59480B; }
span { border-color: rgb(89,72,11); }
td.TdClassName
{
border-color: #59480B;
}
.TagClassName
{
border-color: #59480B;
}
</style>