Shades of Bronze Olive #585320
Tints of Bronze Olive #585320
RGB
CMYK
RGB Variations
Color information
#585320 (or 0x585320) is known color: Bronze Olive. HEX triplet: 58, 53 and 20. RGB value is (88,83,32). Sum of RGB (Red+Green+Blue) = 88+83+32=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #585320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585320 is #A7ACDF. Grayscale: #4E4E4E. Windows color (decimal): -10988768 or 2118488. OLE color: 2118488.
HSL color Cylindrical-coordinate representation of color #585320: hue angle of 54.64º 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 #585320 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 32 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.65 |
| HSL | 54.64º | 0.47% | 0.24% | - |
| HSV(B) | 54.64º | 0.64% | 0.35% | - |
| XYZ | 7.38 | 8.37 | 2.59 | - |
| YUV | 78.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 32 | 0 | 0.06 | 0.64 | 0.65 | 54.64 | 0.47 | 0.24 |
| Hex | 58 | 53 | 20 | 0 | 6 | 40 | 41 | 37 | 2F | 18 |
| Octal | 130 | 123 | 40 | 0 | 6 | 100 | 101 | 67 | 57 | 30 |
| Binary | 1011000 | 1010011 | 100000 | 0 | 110 | 1000000 | 1000001 | 110111 | 101111 | 11000 |
Color Harmonies of #585320
Complementary color
Monochromatic Colors of #585320
Black with #585320
Text Example
Text Example
White with #585320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585320; }
p { color: rgb(88,83,32); }
H1.HeaderClassName
{
color: #585320;
}
.AnyTagClassName
{
color: #585320;
}
</style>
background-color css
<style>
a { background-color: #585320; }
a { background-color: rgb(88,83,32); }
div.DivClassName
{
background-color: #585320;
}
.BgClassName
{
background-color: #585320;
}
</style>
border-color css
<style>
span { border-color: #585320; }
span { border-color: rgb(88,83,32); }
td.TdClassName
{
border-color: #585320;
}
.TagClassName
{
border-color: #585320;
}
</style>