Shades of Metallic Bronze #58493A
Tints of Metallic Bronze #58493A
RGB
CMYK
RGB Variations
Color information
#58493A (or 0x58493A) is known color: Metallic Bronze. HEX triplet: 58, 49 and 3A. RGB value is (88,73,58). Sum of RGB (Red+Green+Blue) = 88+73+58=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493A is #A7B6C5. Grayscale: #4B4B4B. Windows color (decimal): -10991302 or 3819864. OLE color: 3819864.
HSL color Cylindrical-coordinate representation of color #58493A: hue angle of 30º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58493A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 58 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.65 |
| HSL | 30º | 0.21% | 0.29% | - |
| HSV(B) | 30º | 0.34% | 0.35% | - |
| XYZ | 7.17 | 7.15 | 5 | - |
| YUV | 75.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 58 | 0 | 0.17 | 0.34 | 0.65 | 30 | 0.21 | 0.29 |
| Hex | 58 | 49 | 3A | 0 | 11 | 22 | 41 | 1E | 15 | 1D |
| Octal | 130 | 111 | 72 | 0 | 21 | 42 | 101 | 36 | 25 | 35 |
| Binary | 1011000 | 1001001 | 111010 | 0 | 10001 | 100010 | 1000001 | 11110 | 10101 | 11101 |
Color Harmonies of #58493A
Complementary color
Monochromatic Colors of #58493A
Black with #58493A
Text Example
Text Example
White with #58493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58493A; }
p { color: rgb(88,73,58); }
H1.HeaderClassName
{
color: #58493A;
}
.AnyTagClassName
{
color: #58493A;
}
</style>
background-color css
<style>
a { background-color: #58493A; }
a { background-color: rgb(88,73,58); }
div.DivClassName
{
background-color: #58493A;
}
.BgClassName
{
background-color: #58493A;
}
</style>
border-color css
<style>
span { border-color: #58493A; }
span { border-color: rgb(88,73,58); }
td.TdClassName
{
border-color: #58493A;
}
.TagClassName
{
border-color: #58493A;
}
</style>