Shades of Bronze Olive #58410B
Tints of Bronze Olive #58410B
RGB
CMYK
RGB Variations
Color information
#58410B (or 0x58410B) is known color: Bronze Olive. HEX triplet: 58, 41 and 0B. RGB value is (88,65,11). Sum of RGB (Red+Green+Blue) = 88+65+11=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58410B is #A7BEF4. Grayscale: #414141. Windows color (decimal): -10993397 or 737624. OLE color: 737624.
HSL color Cylindrical-coordinate representation of color #58410B: hue angle of 42.08º 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 #58410B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 11 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.65 |
| HSL | 42.08º | 0.78% | 0.19% | - |
| HSV(B) | 42.08º | 0.88% | 0.35% | - |
| XYZ | 5.98 | 5.88 | 1.14 | - |
| YUV | 65.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 11 | 0 | 0.26 | 0.88 | 0.65 | 42.08 | 0.78 | 0.19 |
| Hex | 58 | 41 | B | 0 | 1A | 58 | 41 | 2A | 4E | 13 |
| Octal | 130 | 101 | 13 | 0 | 32 | 130 | 101 | 52 | 116 | 23 |
| Binary | 1011000 | 1000001 | 1011 | 0 | 11010 | 1011000 | 1000001 | 101010 | 1001110 | 10011 |
Color Harmonies of #58410B
Complementary color
Monochromatic Colors of #58410B
Black with #58410B
Text Example
Text Example
White with #58410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58410B; }
p { color: rgb(88,65,11); }
H1.HeaderClassName
{
color: #58410B;
}
.AnyTagClassName
{
color: #58410B;
}
</style>
background-color css
<style>
a { background-color: #58410B; }
a { background-color: rgb(88,65,11); }
div.DivClassName
{
background-color: #58410B;
}
.BgClassName
{
background-color: #58410B;
}
</style>
border-color css
<style>
span { border-color: #58410B; }
span { border-color: rgb(88,65,11); }
td.TdClassName
{
border-color: #58410B;
}
.TagClassName
{
border-color: #58410B;
}
</style>