Shades of Bronze Olive #585124
Tints of Bronze Olive #585124
RGB
CMYK
RGB Variations
Color information
#585124 (or 0x585124) is known color: Bronze Olive. HEX triplet: 58, 51 and 24. RGB value is (88,81,36). Sum of RGB (Red+Green+Blue) = 88+81+36=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #585124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585124 is #A7AEDB. Grayscale: #4E4E4E. Windows color (decimal): -10989276 or 2380120. OLE color: 2380120.
HSL color Cylindrical-coordinate representation of color #585124: hue angle of 51.92º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #585124 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 36 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.65 |
| HSL | 51.92º | 0.42% | 0.24% | - |
| HSV(B) | 51.92º | 0.59% | 0.35% | - |
| XYZ | 7.29 | 8.09 | 2.85 | - |
| YUV | 77.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 36 | 0 | 0.08 | 0.59 | 0.65 | 51.92 | 0.42 | 0.24 |
| Hex | 58 | 51 | 24 | 0 | 8 | 3B | 41 | 34 | 2A | 18 |
| Octal | 130 | 121 | 44 | 0 | 10 | 73 | 101 | 64 | 52 | 30 |
| Binary | 1011000 | 1010001 | 100100 | 0 | 1000 | 111011 | 1000001 | 110100 | 101010 | 11000 |
Color Harmonies of #585124
Complementary color
Monochromatic Colors of #585124
Black with #585124
Text Example
Text Example
White with #585124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585124; }
p { color: rgb(88,81,36); }
H1.HeaderClassName
{
color: #585124;
}
.AnyTagClassName
{
color: #585124;
}
</style>
background-color css
<style>
a { background-color: #585124; }
a { background-color: rgb(88,81,36); }
div.DivClassName
{
background-color: #585124;
}
.BgClassName
{
background-color: #585124;
}
</style>
border-color css
<style>
span { border-color: #585124; }
span { border-color: rgb(88,81,36); }
td.TdClassName
{
border-color: #585124;
}
.TagClassName
{
border-color: #585124;
}
</style>