Shades of Bronze Olive #58460C
Tints of Bronze Olive #58460C
RGB
CMYK
RGB Variations
Color information
#58460C (or 0x58460C) is known color: Bronze Olive. HEX triplet: 58, 46 and 0C. RGB value is (88,70,12). Sum of RGB (Red+Green+Blue) = 88+70+12=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58460C is #A7B9F3. Grayscale: #454545. Windows color (decimal): -10992116 or 804440. OLE color: 804440.
HSL color Cylindrical-coordinate representation of color #58460C: hue angle of 45.79º 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 #58460C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 70 | 12 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.65 |
| HSL | 45.79º | 0.76% | 0.2% | - |
| HSV(B) | 45.79º | 0.86% | 0.35% | - |
| XYZ | 6.28 | 6.48 | 1.27 | - |
| YUV | 68.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 12 | 0 | 0.20 | 0.86 | 0.65 | 45.79 | 0.76 | 0.2 |
| Hex | 58 | 46 | C | 0 | 14 | 56 | 41 | 2E | 4C | 14 |
| Octal | 130 | 106 | 14 | 0 | 24 | 126 | 101 | 56 | 114 | 24 |
| Binary | 1011000 | 1000110 | 1100 | 0 | 10100 | 1010110 | 1000001 | 101110 | 1001100 | 10100 |
Color Harmonies of #58460C
Complementary color
Monochromatic Colors of #58460C
Black with #58460C
Text Example
Text Example
White with #58460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58460C; }
p { color: rgb(88,70,12); }
H1.HeaderClassName
{
color: #58460C;
}
.AnyTagClassName
{
color: #58460C;
}
</style>
background-color css
<style>
a { background-color: #58460C; }
a { background-color: rgb(88,70,12); }
div.DivClassName
{
background-color: #58460C;
}
.BgClassName
{
background-color: #58460C;
}
</style>
border-color css
<style>
span { border-color: #58460C; }
span { border-color: rgb(88,70,12); }
td.TdClassName
{
border-color: #58460C;
}
.TagClassName
{
border-color: #58460C;
}
</style>