Shades of Metallic Bronze #584D3E
Tints of Metallic Bronze #584D3E
RGB
CMYK
RGB Variations
Color information
#584D3E (or 0x584D3E) is known color: Metallic Bronze. HEX triplet: 58, 4D and 3E. RGB value is (88,77,62). Sum of RGB (Red+Green+Blue) = 88+77+62=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #584D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D3E is #A7B2C1. Grayscale: #4E4E4E. Windows color (decimal): -10990274 or 4083032. OLE color: 4083032.
HSL color Cylindrical-coordinate representation of color #584D3E: hue angle of 34.62º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #584D3E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 62 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.65 |
| HSL | 34.62º | 0.17% | 0.29% | - |
| HSV(B) | 34.62º | 0.3% | 0.35% | - |
| XYZ | 7.55 | 7.73 | 5.65 | - |
| YUV | 78.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 62 | 0 | 0.12 | 0.30 | 0.65 | 34.62 | 0.17 | 0.29 |
| Hex | 58 | 4D | 3E | 0 | C | 1E | 41 | 23 | 11 | 1D |
| Octal | 130 | 115 | 76 | 0 | 14 | 36 | 101 | 43 | 21 | 35 |
| Binary | 1011000 | 1001101 | 111110 | 0 | 1100 | 11110 | 1000001 | 100011 | 10001 | 11101 |
Color Harmonies of #584D3E
Complementary color
Monochromatic Colors of #584D3E
Black with #584D3E
Text Example
Text Example
White with #584D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D3E; }
p { color: rgb(88,77,62); }
H1.HeaderClassName
{
color: #584D3E;
}
.AnyTagClassName
{
color: #584D3E;
}
</style>
background-color css
<style>
a { background-color: #584D3E; }
a { background-color: rgb(88,77,62); }
div.DivClassName
{
background-color: #584D3E;
}
.BgClassName
{
background-color: #584D3E;
}
</style>
border-color css
<style>
span { border-color: #584D3E; }
span { border-color: rgb(88,77,62); }
td.TdClassName
{
border-color: #584D3E;
}
.TagClassName
{
border-color: #584D3E;
}
</style>