Shades of Bronze Olive #585120
Tints of Bronze Olive #585120
RGB
CMYK
RGB Variations
Color information
#585120 (or 0x585120) is known color: Bronze Olive. HEX triplet: 58, 51 and 20. RGB value is (88,81,32). Sum of RGB (Red+Green+Blue) = 88+81+32=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #585120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585120 is #A7AEDF. Grayscale: #4D4D4D. Windows color (decimal): -10989280 or 2117976. OLE color: 2117976.
HSL color Cylindrical-coordinate representation of color #585120: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585120 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 32 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.65 |
| HSL | 52.5º | 0.47% | 0.24% | - |
| HSV(B) | 52.5º | 0.64% | 0.35% | - |
| XYZ | 7.23 | 8.06 | 2.54 | - |
| YUV | 77.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 32 | 0 | 0.08 | 0.64 | 0.65 | 52.5 | 0.47 | 0.24 |
| Hex | 58 | 51 | 20 | 0 | 8 | 40 | 41 | 34 | 2F | 18 |
| Octal | 130 | 121 | 40 | 0 | 10 | 100 | 101 | 64 | 57 | 30 |
| Binary | 1011000 | 1010001 | 100000 | 0 | 1000 | 1000000 | 1000001 | 110100 | 101111 | 11000 |
Color Harmonies of #585120
Complementary color
Monochromatic Colors of #585120
Black with #585120
Text Example
Text Example
White with #585120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585120; }
p { color: rgb(88,81,32); }
H1.HeaderClassName
{
color: #585120;
}
.AnyTagClassName
{
color: #585120;
}
</style>
background-color css
<style>
a { background-color: #585120; }
a { background-color: rgb(88,81,32); }
div.DivClassName
{
background-color: #585120;
}
.BgClassName
{
background-color: #585120;
}
</style>
border-color css
<style>
span { border-color: #585120; }
span { border-color: rgb(88,81,32); }
td.TdClassName
{
border-color: #585120;
}
.TagClassName
{
border-color: #585120;
}
</style>