Shades of Bronze Olive #58490A
Tints of Bronze Olive #58490A
RGB
CMYK
RGB Variations
Color information
#58490A (or 0x58490A) is known color: Bronze Olive. HEX triplet: 58, 49 and 0A. RGB value is (88,73,10). Sum of RGB (Red+Green+Blue) = 88+73+10=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58490A is #A7B6F5. Grayscale: #464646. Windows color (decimal): -10991350 or 674136. OLE color: 674136.
HSL color Cylindrical-coordinate representation of color #58490A: hue angle of 48.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58490A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 10 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.65 |
| HSL | 48.46º | 0.8% | 0.19% | - |
| HSV(B) | 48.46º | 0.89% | 0.35% | - |
| XYZ | 6.46 | 6.86 | 1.27 | - |
| YUV | 70.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 10 | 0 | 0.17 | 0.89 | 0.65 | 48.46 | 0.8 | 0.19 |
| Hex | 58 | 49 | A | 0 | 11 | 59 | 41 | 30 | 50 | 13 |
| Octal | 130 | 111 | 12 | 0 | 21 | 131 | 101 | 60 | 120 | 23 |
| Binary | 1011000 | 1001001 | 1010 | 0 | 10001 | 1011001 | 1000001 | 110000 | 1010000 | 10011 |
Color Harmonies of #58490A
Complementary color
Monochromatic Colors of #58490A
Black with #58490A
Text Example
Text Example
White with #58490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58490A; }
p { color: rgb(88,73,10); }
H1.HeaderClassName
{
color: #58490A;
}
.AnyTagClassName
{
color: #58490A;
}
</style>
background-color css
<style>
a { background-color: #58490A; }
a { background-color: rgb(88,73,10); }
div.DivClassName
{
background-color: #58490A;
}
.BgClassName
{
background-color: #58490A;
}
</style>
border-color css
<style>
span { border-color: #58490A; }
span { border-color: rgb(88,73,10); }
td.TdClassName
{
border-color: #58490A;
}
.TagClassName
{
border-color: #58490A;
}
</style>