Shades of Bronze Olive #58521B
Tints of Bronze Olive #58521B
RGB
CMYK
RGB Variations
Color information
#58521B (or 0x58521B) is known color: Bronze Olive. HEX triplet: 58, 52 and 1B. RGB value is (88,82,27). Sum of RGB (Red+Green+Blue) = 88+82+27=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58521B is #A7ADE4. Grayscale: #4D4D4D. Windows color (decimal): -10989029 or 1790552. OLE color: 1790552.
HSL color Cylindrical-coordinate representation of color #58521B: hue angle of 54.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58521B is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 27 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.65 |
| HSL | 54.1º | 0.53% | 0.23% | - |
| HSV(B) | 54.1º | 0.69% | 0.35% | - |
| XYZ | 7.24 | 8.19 | 2.24 | - |
| YUV | 77.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 27 | 0 | 0.07 | 0.69 | 0.65 | 54.1 | 0.53 | 0.23 |
| Hex | 58 | 52 | 1B | 0 | 7 | 45 | 41 | 36 | 35 | 17 |
| Octal | 130 | 122 | 33 | 0 | 7 | 105 | 101 | 66 | 65 | 27 |
| Binary | 1011000 | 1010010 | 11011 | 0 | 111 | 1000101 | 1000001 | 110110 | 110101 | 10111 |
Color Harmonies of #58521B
Complementary color
Monochromatic Colors of #58521B
Black with #58521B
Text Example
Text Example
White with #58521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58521B; }
p { color: rgb(88,82,27); }
H1.HeaderClassName
{
color: #58521B;
}
.AnyTagClassName
{
color: #58521B;
}
</style>
background-color css
<style>
a { background-color: #58521B; }
a { background-color: rgb(88,82,27); }
div.DivClassName
{
background-color: #58521B;
}
.BgClassName
{
background-color: #58521B;
}
</style>
border-color css
<style>
span { border-color: #58521B; }
span { border-color: rgb(88,82,27); }
td.TdClassName
{
border-color: #58521B;
}
.TagClassName
{
border-color: #58521B;
}
</style>