Shades of Bronze Olive #585112
Tints of Bronze Olive #585112
RGB
CMYK
RGB Variations
Color information
#585112 (or 0x585112) is known color: Bronze Olive. HEX triplet: 58, 51 and 12. RGB value is (88,81,18). Sum of RGB (Red+Green+Blue) = 88+81+18=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #585112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585112 is #A7AEED. Grayscale: #4C4C4C. Windows color (decimal): -10989294 or 1200472. OLE color: 1200472.
HSL color Cylindrical-coordinate representation of color #585112: hue angle of 54º 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 #585112 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 18 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.65 |
| HSL | 54º | 0.66% | 0.21% | - |
| HSV(B) | 54º | 0.8% | 0.35% | - |
| XYZ | 7.08 | 8 | 1.74 | - |
| YUV | 75.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 18 | 0 | 0.08 | 0.80 | 0.65 | 54 | 0.66 | 0.21 |
| Hex | 58 | 51 | 12 | 0 | 8 | 50 | 41 | 36 | 42 | 15 |
| Octal | 130 | 121 | 22 | 0 | 10 | 120 | 101 | 66 | 102 | 25 |
| Binary | 1011000 | 1010001 | 10010 | 0 | 1000 | 1010000 | 1000001 | 110110 | 1000010 | 10101 |
Color Harmonies of #585112
Complementary color
Monochromatic Colors of #585112
Black with #585112
Text Example
Text Example
White with #585112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585112; }
p { color: rgb(88,81,18); }
H1.HeaderClassName
{
color: #585112;
}
.AnyTagClassName
{
color: #585112;
}
</style>
background-color css
<style>
a { background-color: #585112; }
a { background-color: rgb(88,81,18); }
div.DivClassName
{
background-color: #585112;
}
.BgClassName
{
background-color: #585112;
}
</style>
border-color css
<style>
span { border-color: #585112; }
span { border-color: rgb(88,81,18); }
td.TdClassName
{
border-color: #585112;
}
.TagClassName
{
border-color: #585112;
}
</style>