Shades of Bronze Olive #58400B
Tints of Bronze Olive #58400B
RGB
CMYK
RGB Variations
Color information
#58400B (or 0x58400B) is known color: Bronze Olive. HEX triplet: 58, 40 and 0B. RGB value is (88,64,11). Sum of RGB (Red+Green+Blue) = 88+64+11=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58400B is #A7BFF4. Grayscale: #414141. Windows color (decimal): -10993653 or 737368. OLE color: 737368.
HSL color Cylindrical-coordinate representation of color #58400B: hue angle of 41.3º 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 #58400B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 11 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.65 |
| HSL | 41.3º | 0.78% | 0.19% | - |
| HSV(B) | 41.3º | 0.88% | 0.35% | - |
| XYZ | 5.92 | 5.77 | 1.12 | - |
| YUV | 65.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 11 | 0 | 0.27 | 0.88 | 0.65 | 41.3 | 0.78 | 0.19 |
| Hex | 58 | 40 | B | 0 | 1B | 58 | 41 | 29 | 4E | 13 |
| Octal | 130 | 100 | 13 | 0 | 33 | 130 | 101 | 51 | 116 | 23 |
| Binary | 1011000 | 1000000 | 1011 | 0 | 11011 | 1011000 | 1000001 | 101001 | 1001110 | 10011 |
Color Harmonies of #58400B
Complementary color
Monochromatic Colors of #58400B
Black with #58400B
Text Example
Text Example
White with #58400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58400B; }
p { color: rgb(88,64,11); }
H1.HeaderClassName
{
color: #58400B;
}
.AnyTagClassName
{
color: #58400B;
}
</style>
background-color css
<style>
a { background-color: #58400B; }
a { background-color: rgb(88,64,11); }
div.DivClassName
{
background-color: #58400B;
}
.BgClassName
{
background-color: #58400B;
}
</style>
border-color css
<style>
span { border-color: #58400B; }
span { border-color: rgb(88,64,11); }
td.TdClassName
{
border-color: #58400B;
}
.TagClassName
{
border-color: #58400B;
}
</style>