Shades of Bronze Olive #58500D
Tints of Bronze Olive #58500D
RGB
CMYK
RGB Variations
Color information
#58500D (or 0x58500D) is known color: Bronze Olive. HEX triplet: 58, 50 and 0D. RGB value is (88,80,13). Sum of RGB (Red+Green+Blue) = 88+80+13=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58500D is #A7AFF2. Grayscale: #4B4B4B. Windows color (decimal): -10989555 or 872536. OLE color: 872536.
HSL color Cylindrical-coordinate representation of color #58500D: hue angle of 53.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58500D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 13 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.65 |
| HSL | 53.6º | 0.74% | 0.2% | - |
| HSV(B) | 53.6º | 0.85% | 0.35% | - |
| XYZ | 6.97 | 7.84 | 1.53 | - |
| YUV | 74.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 13 | 0 | 0.09 | 0.85 | 0.65 | 53.6 | 0.74 | 0.2 |
| Hex | 58 | 50 | D | 0 | 9 | 55 | 41 | 36 | 4A | 14 |
| Octal | 130 | 120 | 15 | 0 | 11 | 125 | 101 | 66 | 112 | 24 |
| Binary | 1011000 | 1010000 | 1101 | 0 | 1001 | 1010101 | 1000001 | 110110 | 1001010 | 10100 |
Color Harmonies of #58500D
Complementary color
Monochromatic Colors of #58500D
Black with #58500D
Text Example
Text Example
White with #58500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58500D; }
p { color: rgb(88,80,13); }
H1.HeaderClassName
{
color: #58500D;
}
.AnyTagClassName
{
color: #58500D;
}
</style>
background-color css
<style>
a { background-color: #58500D; }
a { background-color: rgb(88,80,13); }
div.DivClassName
{
background-color: #58500D;
}
.BgClassName
{
background-color: #58500D;
}
</style>
border-color css
<style>
span { border-color: #58500D; }
span { border-color: rgb(88,80,13); }
td.TdClassName
{
border-color: #58500D;
}
.TagClassName
{
border-color: #58500D;
}
</style>