Shades of Bronze Olive #585115
Tints of Bronze Olive #585115
RGB
CMYK
RGB Variations
Color information
#585115 (or 0x585115) is known color: Bronze Olive. HEX triplet: 58, 51 and 15. RGB value is (88,81,21). Sum of RGB (Red+Green+Blue) = 88+81+21=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585115 is #A7AEEA. Grayscale: #4C4C4C. Windows color (decimal): -10989291 or 1397080. OLE color: 1397080.
HSL color Cylindrical-coordinate representation of color #585115: hue angle of 53.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #585115 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 21 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.65 |
| HSL | 53.73º | 0.61% | 0.21% | - |
| HSV(B) | 53.73º | 0.76% | 0.35% | - |
| XYZ | 7.1 | 8.01 | 1.88 | - |
| YUV | 76.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 21 | 0 | 0.08 | 0.76 | 0.65 | 53.73 | 0.61 | 0.21 |
| Hex | 58 | 51 | 15 | 0 | 8 | 4C | 41 | 36 | 3D | 15 |
| Octal | 130 | 121 | 25 | 0 | 10 | 114 | 101 | 66 | 75 | 25 |
| Binary | 1011000 | 1010001 | 10101 | 0 | 1000 | 1001100 | 1000001 | 110110 | 111101 | 10101 |
Color Harmonies of #585115
Complementary color
Monochromatic Colors of #585115
Black with #585115
Text Example
Text Example
White with #585115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585115; }
p { color: rgb(88,81,21); }
H1.HeaderClassName
{
color: #585115;
}
.AnyTagClassName
{
color: #585115;
}
</style>
background-color css
<style>
a { background-color: #585115; }
a { background-color: rgb(88,81,21); }
div.DivClassName
{
background-color: #585115;
}
.BgClassName
{
background-color: #585115;
}
</style>
border-color css
<style>
span { border-color: #585115; }
span { border-color: rgb(88,81,21); }
td.TdClassName
{
border-color: #585115;
}
.TagClassName
{
border-color: #585115;
}
</style>