Shades of Bronze Olive #585020
Tints of Bronze Olive #585020
RGB
CMYK
RGB Variations
Color information
#585020 (or 0x585020) is known color: Bronze Olive. HEX triplet: 58, 50 and 20. RGB value is (88,80,32). Sum of RGB (Red+Green+Blue) = 88+80+32=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #585020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585020 is #A7AFDF. Grayscale: #4D4D4D. Windows color (decimal): -10989536 or 2117720. OLE color: 2117720.
HSL color Cylindrical-coordinate representation of color #585020: hue angle of 51.43º 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 #585020 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 32 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.65 |
| HSL | 51.43º | 0.47% | 0.24% | - |
| HSV(B) | 51.43º | 0.64% | 0.35% | - |
| XYZ | 7.15 | 7.92 | 2.52 | - |
| YUV | 76.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 32 | 0 | 0.09 | 0.64 | 0.65 | 51.43 | 0.47 | 0.24 |
| Hex | 58 | 50 | 20 | 0 | 9 | 40 | 41 | 33 | 2F | 18 |
| Octal | 130 | 120 | 40 | 0 | 11 | 100 | 101 | 63 | 57 | 30 |
| Binary | 1011000 | 1010000 | 100000 | 0 | 1001 | 1000000 | 1000001 | 110011 | 101111 | 11000 |
Color Harmonies of #585020
Complementary color
Monochromatic Colors of #585020
Black with #585020
Text Example
Text Example
White with #585020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585020; }
p { color: rgb(88,80,32); }
H1.HeaderClassName
{
color: #585020;
}
.AnyTagClassName
{
color: #585020;
}
</style>
background-color css
<style>
a { background-color: #585020; }
a { background-color: rgb(88,80,32); }
div.DivClassName
{
background-color: #585020;
}
.BgClassName
{
background-color: #585020;
}
</style>
border-color css
<style>
span { border-color: #585020; }
span { border-color: rgb(88,80,32); }
td.TdClassName
{
border-color: #585020;
}
.TagClassName
{
border-color: #585020;
}
</style>