Shades of Bronze Olive #585012
Tints of Bronze Olive #585012
RGB
CMYK
RGB Variations
Color information
#585012 (or 0x585012) is known color: Bronze Olive. HEX triplet: 58, 50 and 12. RGB value is (88,80,18). Sum of RGB (Red+Green+Blue) = 88+80+18=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #585012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585012 is #A7AFED. Grayscale: #4B4B4B. Windows color (decimal): -10989550 or 1200216. OLE color: 1200216.
HSL color Cylindrical-coordinate representation of color #585012: hue angle of 53.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #585012 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 18 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.65 |
| HSL | 53.14º | 0.66% | 0.21% | - |
| HSV(B) | 53.14º | 0.8% | 0.35% | - |
| XYZ | 7 | 7.86 | 1.72 | - |
| YUV | 75.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 18 | 0 | 0.09 | 0.80 | 0.65 | 53.14 | 0.66 | 0.21 |
| Hex | 58 | 50 | 12 | 0 | 9 | 50 | 41 | 35 | 42 | 15 |
| Octal | 130 | 120 | 22 | 0 | 11 | 120 | 101 | 65 | 102 | 25 |
| Binary | 1011000 | 1010000 | 10010 | 0 | 1001 | 1010000 | 1000001 | 110101 | 1000010 | 10101 |
Color Harmonies of #585012
Complementary color
Monochromatic Colors of #585012
Black with #585012
Text Example
Text Example
White with #585012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585012; }
p { color: rgb(88,80,18); }
H1.HeaderClassName
{
color: #585012;
}
.AnyTagClassName
{
color: #585012;
}
</style>
background-color css
<style>
a { background-color: #585012; }
a { background-color: rgb(88,80,18); }
div.DivClassName
{
background-color: #585012;
}
.BgClassName
{
background-color: #585012;
}
</style>
border-color css
<style>
span { border-color: #585012; }
span { border-color: rgb(88,80,18); }
td.TdClassName
{
border-color: #585012;
}
.TagClassName
{
border-color: #585012;
}
</style>