Shades of Bronze Olive #58521D
Tints of Bronze Olive #58521D
RGB
CMYK
RGB Variations
Color information
#58521D (or 0x58521D) is known color: Bronze Olive. HEX triplet: 58, 52 and 1D. RGB value is (88,82,29). Sum of RGB (Red+Green+Blue) = 88+82+29=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58521D is #A7ADE2. Grayscale: #4D4D4D. Windows color (decimal): -10989027 or 1921624. OLE color: 1921624.
HSL color Cylindrical-coordinate representation of color #58521D: hue angle of 53.9º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58521D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 29 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.65 |
| HSL | 53.9º | 0.5% | 0.23% | - |
| HSV(B) | 53.9º | 0.67% | 0.35% | - |
| XYZ | 7.26 | 8.2 | 2.36 | - |
| YUV | 77.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 29 | 0 | 0.07 | 0.67 | 0.65 | 53.9 | 0.5 | 0.23 |
| Hex | 58 | 52 | 1D | 0 | 7 | 43 | 41 | 36 | 32 | 17 |
| Octal | 130 | 122 | 35 | 0 | 7 | 103 | 101 | 66 | 62 | 27 |
| Binary | 1011000 | 1010010 | 11101 | 0 | 111 | 1000011 | 1000001 | 110110 | 110010 | 10111 |
Color Harmonies of #58521D
Complementary color
Monochromatic Colors of #58521D
Black with #58521D
Text Example
Text Example
White with #58521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58521D; }
p { color: rgb(88,82,29); }
H1.HeaderClassName
{
color: #58521D;
}
.AnyTagClassName
{
color: #58521D;
}
</style>
background-color css
<style>
a { background-color: #58521D; }
a { background-color: rgb(88,82,29); }
div.DivClassName
{
background-color: #58521D;
}
.BgClassName
{
background-color: #58521D;
}
</style>
border-color css
<style>
span { border-color: #58521D; }
span { border-color: rgb(88,82,29); }
td.TdClassName
{
border-color: #58521D;
}
.TagClassName
{
border-color: #58521D;
}
</style>