Shades of Bronze Olive #58490D
Tints of Bronze Olive #58490D
RGB
CMYK
RGB Variations
Color information
#58490D (or 0x58490D) is known color: Bronze Olive. HEX triplet: 58, 49 and 0D. RGB value is (88,73,13). Sum of RGB (Red+Green+Blue) = 88+73+13=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58490D is #A7B6F2. Grayscale: #464646. Windows color (decimal): -10991347 or 870744. OLE color: 870744.
HSL color Cylindrical-coordinate representation of color #58490D: hue angle of 48º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58490D is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 13 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.65 |
| HSL | 48º | 0.74% | 0.2% | - |
| HSV(B) | 48º | 0.85% | 0.35% | - |
| XYZ | 6.48 | 6.87 | 1.37 | - |
| YUV | 70.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 13 | 0 | 0.17 | 0.85 | 0.65 | 48 | 0.74 | 0.2 |
| Hex | 58 | 49 | D | 0 | 11 | 55 | 41 | 30 | 4A | 14 |
| Octal | 130 | 111 | 15 | 0 | 21 | 125 | 101 | 60 | 112 | 24 |
| Binary | 1011000 | 1001001 | 1101 | 0 | 10001 | 1010101 | 1000001 | 110000 | 1001010 | 10100 |
Color Harmonies of #58490D
Complementary color
Monochromatic Colors of #58490D
Black with #58490D
Text Example
Text Example
White with #58490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58490D; }
p { color: rgb(88,73,13); }
H1.HeaderClassName
{
color: #58490D;
}
.AnyTagClassName
{
color: #58490D;
}
</style>
background-color css
<style>
a { background-color: #58490D; }
a { background-color: rgb(88,73,13); }
div.DivClassName
{
background-color: #58490D;
}
.BgClassName
{
background-color: #58490D;
}
</style>
border-color css
<style>
span { border-color: #58490D; }
span { border-color: rgb(88,73,13); }
td.TdClassName
{
border-color: #58490D;
}
.TagClassName
{
border-color: #58490D;
}
</style>