Shades of Bronze Olive #58510B
Tints of Bronze Olive #58510B
RGB
CMYK
RGB Variations
Color information
#58510B (or 0x58510B) is known color: Bronze Olive. HEX triplet: 58, 51 and 0B. RGB value is (88,81,11). Sum of RGB (Red+Green+Blue) = 88+81+11=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58510B is #A7AEF4. Grayscale: #4B4B4B. Windows color (decimal): -10989301 or 741720. OLE color: 741720.
HSL color Cylindrical-coordinate representation of color #58510B: hue angle of 54.55º 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 #58510B is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 11 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.65 |
| HSL | 54.55º | 0.78% | 0.19% | - |
| HSV(B) | 54.55º | 0.88% | 0.35% | - |
| XYZ | 7.03 | 7.98 | 1.49 | - |
| YUV | 75.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 11 | 0 | 0.08 | 0.88 | 0.65 | 54.55 | 0.78 | 0.19 |
| Hex | 58 | 51 | B | 0 | 8 | 58 | 41 | 37 | 4E | 13 |
| Octal | 130 | 121 | 13 | 0 | 10 | 130 | 101 | 67 | 116 | 23 |
| Binary | 1011000 | 1010001 | 1011 | 0 | 1000 | 1011000 | 1000001 | 110111 | 1001110 | 10011 |
Color Harmonies of #58510B
Complementary color
Monochromatic Colors of #58510B
Black with #58510B
Text Example
Text Example
White with #58510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58510B; }
p { color: rgb(88,81,11); }
H1.HeaderClassName
{
color: #58510B;
}
.AnyTagClassName
{
color: #58510B;
}
</style>
background-color css
<style>
a { background-color: #58510B; }
a { background-color: rgb(88,81,11); }
div.DivClassName
{
background-color: #58510B;
}
.BgClassName
{
background-color: #58510B;
}
</style>
border-color css
<style>
span { border-color: #58510B; }
span { border-color: rgb(88,81,11); }
td.TdClassName
{
border-color: #58510B;
}
.TagClassName
{
border-color: #58510B;
}
</style>