Shades of Bronze Olive #58511F
Tints of Bronze Olive #58511F
RGB
CMYK
RGB Variations
Color information
#58511F (or 0x58511F) is known color: Bronze Olive. HEX triplet: 58, 51 and 1F. RGB value is (88,81,31). Sum of RGB (Red+Green+Blue) = 88+81+31=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58511F is #A7AEE0. Grayscale: #4D4D4D. Windows color (decimal): -10989281 or 2052440. OLE color: 2052440.
HSL color Cylindrical-coordinate representation of color #58511F: hue angle of 52.63º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58511F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 31 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.65 |
| HSL | 52.63º | 0.48% | 0.23% | - |
| HSV(B) | 52.63º | 0.65% | 0.35% | - |
| XYZ | 7.21 | 8.06 | 2.47 | - |
| YUV | 77.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 31 | 0 | 0.08 | 0.65 | 0.65 | 52.63 | 0.48 | 0.23 |
| Hex | 58 | 51 | 1F | 0 | 8 | 41 | 41 | 35 | 30 | 17 |
| Octal | 130 | 121 | 37 | 0 | 10 | 101 | 101 | 65 | 60 | 27 |
| Binary | 1011000 | 1010001 | 11111 | 0 | 1000 | 1000001 | 1000001 | 110101 | 110000 | 10111 |
Color Harmonies of #58511F
Complementary color
Monochromatic Colors of #58511F
Black with #58511F
Text Example
Text Example
White with #58511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58511F; }
p { color: rgb(88,81,31); }
H1.HeaderClassName
{
color: #58511F;
}
.AnyTagClassName
{
color: #58511F;
}
</style>
background-color css
<style>
a { background-color: #58511F; }
a { background-color: rgb(88,81,31); }
div.DivClassName
{
background-color: #58511F;
}
.BgClassName
{
background-color: #58511F;
}
</style>
border-color css
<style>
span { border-color: #58511F; }
span { border-color: rgb(88,81,31); }
td.TdClassName
{
border-color: #58511F;
}
.TagClassName
{
border-color: #58511F;
}
</style>