Shades of Bronze Olive #58520A
Tints of Bronze Olive #58520A
RGB
CMYK
RGB Variations
Color information
#58520A (or 0x58520A) is known color: Bronze Olive. HEX triplet: 58, 52 and 0A. RGB value is (88,82,10). Sum of RGB (Red+Green+Blue) = 88+82+10=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58520A is #A7ADF5. Grayscale: #4B4B4B. Windows color (decimal): -10989046 or 676440. OLE color: 676440.
HSL color Cylindrical-coordinate representation of color #58520A: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58520A is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 10 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.65 |
| HSL | 55.38º | 0.8% | 0.19% | - |
| HSV(B) | 55.38º | 0.89% | 0.35% | - |
| XYZ | 7.1 | 8.13 | 1.48 | - |
| YUV | 75.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 10 | 0 | 0.07 | 0.89 | 0.65 | 55.38 | 0.8 | 0.19 |
| Hex | 58 | 52 | A | 0 | 7 | 59 | 41 | 37 | 50 | 13 |
| Octal | 130 | 122 | 12 | 0 | 7 | 131 | 101 | 67 | 120 | 23 |
| Binary | 1011000 | 1010010 | 1010 | 0 | 111 | 1011001 | 1000001 | 110111 | 1010000 | 10011 |
Color Harmonies of #58520A
Complementary color
Monochromatic Colors of #58520A
Black with #58520A
Text Example
Text Example
White with #58520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58520A; }
p { color: rgb(88,82,10); }
H1.HeaderClassName
{
color: #58520A;
}
.AnyTagClassName
{
color: #58520A;
}
</style>
background-color css
<style>
a { background-color: #58520A; }
a { background-color: rgb(88,82,10); }
div.DivClassName
{
background-color: #58520A;
}
.BgClassName
{
background-color: #58520A;
}
</style>
border-color css
<style>
span { border-color: #58520A; }
span { border-color: rgb(88,82,10); }
td.TdClassName
{
border-color: #58520A;
}
.TagClassName
{
border-color: #58520A;
}
</style>