Shades of Bronze Olive #58440D
Tints of Bronze Olive #58440D
RGB
CMYK
RGB Variations
Color information
#58440D (or 0x58440D) is known color: Bronze Olive. HEX triplet: 58, 44 and 0D. RGB value is (88,68,13). Sum of RGB (Red+Green+Blue) = 88+68+13=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58440D is #A7BBF2. Grayscale: #434343. Windows color (decimal): -10992627 or 869464. OLE color: 869464.
HSL color Cylindrical-coordinate representation of color #58440D: hue angle of 44º 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 #58440D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 13 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.65 |
| HSL | 44º | 0.74% | 0.2% | - |
| HSV(B) | 44º | 0.85% | 0.35% | - |
| XYZ | 6.16 | 6.24 | 1.26 | - |
| YUV | 67.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 13 | 0 | 0.23 | 0.85 | 0.65 | 44 | 0.74 | 0.2 |
| Hex | 58 | 44 | D | 0 | 17 | 55 | 41 | 2C | 4A | 14 |
| Octal | 130 | 104 | 15 | 0 | 27 | 125 | 101 | 54 | 112 | 24 |
| Binary | 1011000 | 1000100 | 1101 | 0 | 10111 | 1010101 | 1000001 | 101100 | 1001010 | 10100 |
Color Harmonies of #58440D
Complementary color
Monochromatic Colors of #58440D
Black with #58440D
Text Example
Text Example
White with #58440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58440D; }
p { color: rgb(88,68,13); }
H1.HeaderClassName
{
color: #58440D;
}
.AnyTagClassName
{
color: #58440D;
}
</style>
background-color css
<style>
a { background-color: #58440D; }
a { background-color: rgb(88,68,13); }
div.DivClassName
{
background-color: #58440D;
}
.BgClassName
{
background-color: #58440D;
}
</style>
border-color css
<style>
span { border-color: #58440D; }
span { border-color: rgb(88,68,13); }
td.TdClassName
{
border-color: #58440D;
}
.TagClassName
{
border-color: #58440D;
}
</style>