Shades of Bronze Olive #58511A
Tints of Bronze Olive #58511A
RGB
CMYK
RGB Variations
Color information
#58511A (or 0x58511A) is known color: Bronze Olive. HEX triplet: 58, 51 and 1A. RGB value is (88,81,26). Sum of RGB (Red+Green+Blue) = 88+81+26=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58511A is #A7AEE5. Grayscale: #4D4D4D. Windows color (decimal): -10989286 or 1724760. OLE color: 1724760.
HSL color Cylindrical-coordinate representation of color #58511A: hue angle of 53.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58511A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 26 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.65 |
| HSL | 53.23º | 0.54% | 0.22% | - |
| HSV(B) | 53.23º | 0.7% | 0.35% | - |
| XYZ | 7.15 | 8.03 | 2.15 | - |
| YUV | 76.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 26 | 0 | 0.08 | 0.70 | 0.65 | 53.23 | 0.54 | 0.22 |
| Hex | 58 | 51 | 1A | 0 | 8 | 46 | 41 | 35 | 36 | 16 |
| Octal | 130 | 121 | 32 | 0 | 10 | 106 | 101 | 65 | 66 | 26 |
| Binary | 1011000 | 1010001 | 11010 | 0 | 1000 | 1000110 | 1000001 | 110101 | 110110 | 10110 |
Color Harmonies of #58511A
Complementary color
Monochromatic Colors of #58511A
Black with #58511A
Text Example
Text Example
White with #58511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58511A; }
p { color: rgb(88,81,26); }
H1.HeaderClassName
{
color: #58511A;
}
.AnyTagClassName
{
color: #58511A;
}
</style>
background-color css
<style>
a { background-color: #58511A; }
a { background-color: rgb(88,81,26); }
div.DivClassName
{
background-color: #58511A;
}
.BgClassName
{
background-color: #58511A;
}
</style>
border-color css
<style>
span { border-color: #58511A; }
span { border-color: rgb(88,81,26); }
td.TdClassName
{
border-color: #58511A;
}
.TagClassName
{
border-color: #58511A;
}
</style>