Shades of Metallic Bronze #584E3A
Tints of Metallic Bronze #584E3A
RGB
CMYK
RGB Variations
Color information
#584E3A (or 0x584E3A) is known color: Metallic Bronze. HEX triplet: 58, 4E and 3A. RGB value is (88,78,58). Sum of RGB (Red+Green+Blue) = 88+78+58=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 88 - color contains mainly: red. Hex color #584E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E3A is #A7B1C5. Grayscale: #4E4E4E. Windows color (decimal): -10990022 or 3821144. OLE color: 3821144.
HSL color Cylindrical-coordinate representation of color #584E3A: hue angle of 40º 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 #584E3A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 58 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.65 |
| HSL | 40º | 0.21% | 0.29% | - |
| HSV(B) | 40º | 0.34% | 0.35% | - |
| XYZ | 7.51 | 7.83 | 5.12 | - |
| YUV | 78.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 58 | 0 | 0.11 | 0.34 | 0.65 | 40 | 0.21 | 0.29 |
| Hex | 58 | 4E | 3A | 0 | B | 22 | 41 | 28 | 15 | 1D |
| Octal | 130 | 116 | 72 | 0 | 13 | 42 | 101 | 50 | 25 | 35 |
| Binary | 1011000 | 1001110 | 111010 | 0 | 1011 | 100010 | 1000001 | 101000 | 10101 | 11101 |
Color Harmonies of #584E3A
Complementary color
Monochromatic Colors of #584E3A
Black with #584E3A
Text Example
Text Example
White with #584E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E3A; }
p { color: rgb(88,78,58); }
H1.HeaderClassName
{
color: #584E3A;
}
.AnyTagClassName
{
color: #584E3A;
}
</style>
background-color css
<style>
a { background-color: #584E3A; }
a { background-color: rgb(88,78,58); }
div.DivClassName
{
background-color: #584E3A;
}
.BgClassName
{
background-color: #584E3A;
}
</style>
border-color css
<style>
span { border-color: #584E3A; }
span { border-color: rgb(88,78,58); }
td.TdClassName
{
border-color: #584E3A;
}
.TagClassName
{
border-color: #584E3A;
}
</style>