Shades of Bronze Olive #58400A
Tints of Bronze Olive #58400A
RGB
CMYK
RGB Variations
Color information
#58400A (or 0x58400A) is known color: Bronze Olive. HEX triplet: 58, 40 and 0A. RGB value is (88,64,10). Sum of RGB (Red+Green+Blue) = 88+64+10=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #58400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58400A is #A7BFF5. Grayscale: #414141. Windows color (decimal): -10993654 or 671832. OLE color: 671832.
HSL color Cylindrical-coordinate representation of color #58400A: hue angle of 41.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58400A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 10 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.65 |
| HSL | 41.54º | 0.8% | 0.19% | - |
| HSV(B) | 41.54º | 0.89% | 0.35% | - |
| XYZ | 5.91 | 5.76 | 1.09 | - |
| YUV | 65.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 10 | 0 | 0.27 | 0.89 | 0.65 | 41.54 | 0.8 | 0.19 |
| Hex | 58 | 40 | A | 0 | 1B | 59 | 41 | 2A | 50 | 13 |
| Octal | 130 | 100 | 12 | 0 | 33 | 131 | 101 | 52 | 120 | 23 |
| Binary | 1011000 | 1000000 | 1010 | 0 | 11011 | 1011001 | 1000001 | 101010 | 1010000 | 10011 |
Color Harmonies of #58400A
Complementary color
Monochromatic Colors of #58400A
Black with #58400A
Text Example
Text Example
White with #58400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58400A; }
p { color: rgb(88,64,10); }
H1.HeaderClassName
{
color: #58400A;
}
.AnyTagClassName
{
color: #58400A;
}
</style>
background-color css
<style>
a { background-color: #58400A; }
a { background-color: rgb(88,64,10); }
div.DivClassName
{
background-color: #58400A;
}
.BgClassName
{
background-color: #58400A;
}
</style>
border-color css
<style>
span { border-color: #58400A; }
span { border-color: rgb(88,64,10); }
td.TdClassName
{
border-color: #58400A;
}
.TagClassName
{
border-color: #58400A;
}
</style>