Shades of Bronze Olive #58470C
Tints of Bronze Olive #58470C
RGB
CMYK
RGB Variations
Color information
#58470C (or 0x58470C) is known color: Bronze Olive. HEX triplet: 58, 47 and 0C. RGB value is (88,71,12). Sum of RGB (Red+Green+Blue) = 88+71+12=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58470C is #A7B8F3. Grayscale: #454545. Windows color (decimal): -10991860 or 804696. OLE color: 804696.
HSL color Cylindrical-coordinate representation of color #58470C: hue angle of 46.58º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58470C is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 12 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.65 |
| HSL | 46.58º | 0.76% | 0.2% | - |
| HSV(B) | 46.58º | 0.86% | 0.35% | - |
| XYZ | 6.34 | 6.61 | 1.29 | - |
| YUV | 69.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 12 | 0 | 0.19 | 0.86 | 0.65 | 46.58 | 0.76 | 0.2 |
| Hex | 58 | 47 | C | 0 | 13 | 56 | 41 | 2F | 4C | 14 |
| Octal | 130 | 107 | 14 | 0 | 23 | 126 | 101 | 57 | 114 | 24 |
| Binary | 1011000 | 1000111 | 1100 | 0 | 10011 | 1010110 | 1000001 | 101111 | 1001100 | 10100 |
Color Harmonies of #58470C
Complementary color
Monochromatic Colors of #58470C
Black with #58470C
Text Example
Text Example
White with #58470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58470C; }
p { color: rgb(88,71,12); }
H1.HeaderClassName
{
color: #58470C;
}
.AnyTagClassName
{
color: #58470C;
}
</style>
background-color css
<style>
a { background-color: #58470C; }
a { background-color: rgb(88,71,12); }
div.DivClassName
{
background-color: #58470C;
}
.BgClassName
{
background-color: #58470C;
}
</style>
border-color css
<style>
span { border-color: #58470C; }
span { border-color: rgb(88,71,12); }
td.TdClassName
{
border-color: #58470C;
}
.TagClassName
{
border-color: #58470C;
}
</style>