Shades of Bronze Olive #59490B
Tints of Bronze Olive #59490B
RGB
CMYK
RGB Variations
Color information
#59490B (or 0x59490B) is known color: Bronze Olive. HEX triplet: 59, 49 and 0B. RGB value is (89,73,11). Sum of RGB (Red+Green+Blue) = 89+73+11=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59490B is #A6B6F4. Grayscale: #464646. Windows color (decimal): -10925813 or 739673. OLE color: 739673.
HSL color Cylindrical-coordinate representation of color #59490B: hue angle of 47.69º 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 #59490B is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 73 | 11 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.65 |
| HSL | 47.69º | 0.78% | 0.2% | - |
| HSV(B) | 47.69º | 0.88% | 0.35% | - |
| XYZ | 6.56 | 6.91 | 1.31 | - |
| YUV | 70.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 11 | 0 | 0.18 | 0.88 | 0.65 | 47.69 | 0.78 | 0.2 |
| Hex | 59 | 49 | B | 0 | 12 | 58 | 41 | 30 | 4E | 14 |
| Octal | 131 | 111 | 13 | 0 | 22 | 130 | 101 | 60 | 116 | 24 |
| Binary | 1011001 | 1001001 | 1011 | 0 | 10010 | 1011000 | 1000001 | 110000 | 1001110 | 10100 |
Color Harmonies of #59490B
Complementary color
Monochromatic Colors of #59490B
Black with #59490B
Text Example
Text Example
White with #59490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59490B; }
p { color: rgb(89,73,11); }
H1.HeaderClassName
{
color: #59490B;
}
.AnyTagClassName
{
color: #59490B;
}
</style>
background-color css
<style>
a { background-color: #59490B; }
a { background-color: rgb(89,73,11); }
div.DivClassName
{
background-color: #59490B;
}
.BgClassName
{
background-color: #59490B;
}
</style>
border-color css
<style>
span { border-color: #59490B; }
span { border-color: rgb(89,73,11); }
td.TdClassName
{
border-color: #59490B;
}
.TagClassName
{
border-color: #59490B;
}
</style>