Shades of Bronze Olive #58520B
Tints of Bronze Olive #58520B
RGB
CMYK
RGB Variations
Color information
#58520B (or 0x58520B) is known color: Bronze Olive. HEX triplet: 58, 52 and 0B. RGB value is (88,82,11). Sum of RGB (Red+Green+Blue) = 88+82+11=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58520B is #A7ADF4. Grayscale: #4B4B4B. Windows color (decimal): -10989045 or 741976. OLE color: 741976.
HSL color Cylindrical-coordinate representation of color #58520B: hue angle of 55.32º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58520B is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 11 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.65 |
| HSL | 55.32º | 0.78% | 0.19% | - |
| HSV(B) | 55.32º | 0.88% | 0.35% | - |
| XYZ | 7.1 | 8.13 | 1.51 | - |
| YUV | 75.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 11 | 0 | 0.07 | 0.88 | 0.65 | 55.32 | 0.78 | 0.19 |
| Hex | 58 | 52 | B | 0 | 7 | 58 | 41 | 37 | 4E | 13 |
| Octal | 130 | 122 | 13 | 0 | 7 | 130 | 101 | 67 | 116 | 23 |
| Binary | 1011000 | 1010010 | 1011 | 0 | 111 | 1011000 | 1000001 | 110111 | 1001110 | 10011 |
Color Harmonies of #58520B
Complementary color
Monochromatic Colors of #58520B
Black with #58520B
Text Example
Text Example
White with #58520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58520B; }
p { color: rgb(88,82,11); }
H1.HeaderClassName
{
color: #58520B;
}
.AnyTagClassName
{
color: #58520B;
}
</style>
background-color css
<style>
a { background-color: #58520B; }
a { background-color: rgb(88,82,11); }
div.DivClassName
{
background-color: #58520B;
}
.BgClassName
{
background-color: #58520B;
}
</style>
border-color css
<style>
span { border-color: #58520B; }
span { border-color: rgb(88,82,11); }
td.TdClassName
{
border-color: #58520B;
}
.TagClassName
{
border-color: #58520B;
}
</style>