Shades of Bronze Olive #58491A
Tints of Bronze Olive #58491A
RGB
CMYK
RGB Variations
Color information
#58491A (or 0x58491A) is known color: Bronze Olive. HEX triplet: 58, 49 and 1A. RGB value is (88,73,26). Sum of RGB (Red+Green+Blue) = 88+73+26=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491A is #A7B6E5. Grayscale: #484848. Windows color (decimal): -10991334 or 1722712. OLE color: 1722712.
HSL color Cylindrical-coordinate representation of color #58491A: hue angle of 45.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58491A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 26 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.65 |
| HSL | 45.48º | 0.54% | 0.22% | - |
| HSV(B) | 45.48º | 0.7% | 0.35% | - |
| XYZ | 6.59 | 6.91 | 1.96 | - |
| YUV | 72.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 26 | 0 | 0.17 | 0.70 | 0.65 | 45.48 | 0.54 | 0.22 |
| Hex | 58 | 49 | 1A | 0 | 11 | 46 | 41 | 2D | 36 | 16 |
| Octal | 130 | 111 | 32 | 0 | 21 | 106 | 101 | 55 | 66 | 26 |
| Binary | 1011000 | 1001001 | 11010 | 0 | 10001 | 1000110 | 1000001 | 101101 | 110110 | 10110 |
Color Harmonies of #58491A
Complementary color
Monochromatic Colors of #58491A
Black with #58491A
Text Example
Text Example
White with #58491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58491A; }
p { color: rgb(88,73,26); }
H1.HeaderClassName
{
color: #58491A;
}
.AnyTagClassName
{
color: #58491A;
}
</style>
background-color css
<style>
a { background-color: #58491A; }
a { background-color: rgb(88,73,26); }
div.DivClassName
{
background-color: #58491A;
}
.BgClassName
{
background-color: #58491A;
}
</style>
border-color css
<style>
span { border-color: #58491A; }
span { border-color: rgb(88,73,26); }
td.TdClassName
{
border-color: #58491A;
}
.TagClassName
{
border-color: #58491A;
}
</style>