Shades of Bronze Olive #58470B
Tints of Bronze Olive #58470B
RGB
CMYK
RGB Variations
Color information
#58470B (or 0x58470B) is known color: Bronze Olive. HEX triplet: 58, 47 and 0B. RGB value is (88,71,11). Sum of RGB (Red+Green+Blue) = 88+71+11=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58470B is #A7B8F4. Grayscale: #454545. Windows color (decimal): -10991861 or 739160. OLE color: 739160.
HSL color Cylindrical-coordinate representation of color #58470B: hue angle of 46.75º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58470B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 11 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.65 |
| HSL | 46.75º | 0.78% | 0.19% | - |
| HSV(B) | 46.75º | 0.88% | 0.35% | - |
| XYZ | 6.34 | 6.61 | 1.26 | - |
| YUV | 69.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 11 | 0 | 0.19 | 0.88 | 0.65 | 46.75 | 0.78 | 0.19 |
| Hex | 58 | 47 | B | 0 | 13 | 58 | 41 | 2F | 4E | 13 |
| Octal | 130 | 107 | 13 | 0 | 23 | 130 | 101 | 57 | 116 | 23 |
| Binary | 1011000 | 1000111 | 1011 | 0 | 10011 | 1011000 | 1000001 | 101111 | 1001110 | 10011 |
Color Harmonies of #58470B
Complementary color
Monochromatic Colors of #58470B
Black with #58470B
Text Example
Text Example
White with #58470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58470B; }
p { color: rgb(88,71,11); }
H1.HeaderClassName
{
color: #58470B;
}
.AnyTagClassName
{
color: #58470B;
}
</style>
background-color css
<style>
a { background-color: #58470B; }
a { background-color: rgb(88,71,11); }
div.DivClassName
{
background-color: #58470B;
}
.BgClassName
{
background-color: #58470B;
}
</style>
border-color css
<style>
span { border-color: #58470B; }
span { border-color: rgb(88,71,11); }
td.TdClassName
{
border-color: #58470B;
}
.TagClassName
{
border-color: #58470B;
}
</style>