Shades of Bronze Olive #58530B
Tints of Bronze Olive #58530B
RGB
CMYK
RGB Variations
Color information
#58530B (or 0x58530B) is known color: Bronze Olive. HEX triplet: 58, 53 and 0B. RGB value is (88,83,11). Sum of RGB (Red+Green+Blue) = 88+83+11=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58530B is #A7ACF4. Grayscale: #4C4C4C. Windows color (decimal): -10988789 or 742232. OLE color: 742232.
HSL color Cylindrical-coordinate representation of color #58530B: hue angle of 56.1º 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 #58530B is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 11 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.65 |
| HSL | 56.1º | 0.78% | 0.19% | - |
| HSV(B) | 56.1º | 0.88% | 0.35% | - |
| XYZ | 7.18 | 8.29 | 1.54 | - |
| YUV | 76.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 11 | 0 | 0.06 | 0.88 | 0.65 | 56.1 | 0.78 | 0.19 |
| Hex | 58 | 53 | B | 0 | 6 | 58 | 41 | 38 | 4E | 13 |
| Octal | 130 | 123 | 13 | 0 | 6 | 130 | 101 | 70 | 116 | 23 |
| Binary | 1011000 | 1010011 | 1011 | 0 | 110 | 1011000 | 1000001 | 111000 | 1001110 | 10011 |
Color Harmonies of #58530B
Complementary color
Monochromatic Colors of #58530B
Black with #58530B
Text Example
Text Example
White with #58530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58530B; }
p { color: rgb(88,83,11); }
H1.HeaderClassName
{
color: #58530B;
}
.AnyTagClassName
{
color: #58530B;
}
</style>
background-color css
<style>
a { background-color: #58530B; }
a { background-color: rgb(88,83,11); }
div.DivClassName
{
background-color: #58530B;
}
.BgClassName
{
background-color: #58530B;
}
</style>
border-color css
<style>
span { border-color: #58530B; }
span { border-color: rgb(88,83,11); }
td.TdClassName
{
border-color: #58530B;
}
.TagClassName
{
border-color: #58530B;
}
</style>