Shades of Bronze Olive #58400D
Tints of Bronze Olive #58400D
RGB
CMYK
RGB Variations
Color information
#58400D (or 0x58400D) is known color: Bronze Olive. HEX triplet: 58, 40 and 0D. RGB value is (88,64,13). Sum of RGB (Red+Green+Blue) = 88+64+13=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58400D is #A7BFF2. Grayscale: #414141. Windows color (decimal): -10993651 or 868440. OLE color: 868440.
HSL color Cylindrical-coordinate representation of color #58400D: hue angle of 40.8º 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 #58400D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 13 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.65 |
| HSL | 40.8º | 0.74% | 0.2% | - |
| HSV(B) | 40.8º | 0.85% | 0.35% | - |
| XYZ | 5.93 | 5.77 | 1.18 | - |
| YUV | 65.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 13 | 0 | 0.27 | 0.85 | 0.65 | 40.8 | 0.74 | 0.2 |
| Hex | 58 | 40 | D | 0 | 1B | 55 | 41 | 29 | 4A | 14 |
| Octal | 130 | 100 | 15 | 0 | 33 | 125 | 101 | 51 | 112 | 24 |
| Binary | 1011000 | 1000000 | 1101 | 0 | 11011 | 1010101 | 1000001 | 101001 | 1001010 | 10100 |
Color Harmonies of #58400D
Complementary color
Monochromatic Colors of #58400D
Black with #58400D
Text Example
Text Example
White with #58400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58400D; }
p { color: rgb(88,64,13); }
H1.HeaderClassName
{
color: #58400D;
}
.AnyTagClassName
{
color: #58400D;
}
</style>
background-color css
<style>
a { background-color: #58400D; }
a { background-color: rgb(88,64,13); }
div.DivClassName
{
background-color: #58400D;
}
.BgClassName
{
background-color: #58400D;
}
</style>
border-color css
<style>
span { border-color: #58400D; }
span { border-color: rgb(88,64,13); }
td.TdClassName
{
border-color: #58400D;
}
.TagClassName
{
border-color: #58400D;
}
</style>