Shades of Metallic Bronze #584E3C
Tints of Metallic Bronze #584E3C
RGB
CMYK
RGB Variations
Color information
#584E3C (or 0x584E3C) is known color: Metallic Bronze. HEX triplet: 58, 4E and 3C. RGB value is (88,78,60). Sum of RGB (Red+Green+Blue) = 88+78+60=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #584E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E3C is #A7B1C3. Grayscale: #4F4F4F. Windows color (decimal): -10990020 or 3952216. OLE color: 3952216.
HSL color Cylindrical-coordinate representation of color #584E3C: hue angle of 38.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584E3C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 60 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.65 |
| HSL | 38.57º | 0.19% | 0.29% | - |
| HSV(B) | 38.57º | 0.32% | 0.35% | - |
| XYZ | 7.56 | 7.85 | 5.39 | - |
| YUV | 78.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 60 | 0 | 0.11 | 0.32 | 0.65 | 38.57 | 0.19 | 0.29 |
| Hex | 58 | 4E | 3C | 0 | B | 20 | 41 | 27 | 13 | 1D |
| Octal | 130 | 116 | 74 | 0 | 13 | 40 | 101 | 47 | 23 | 35 |
| Binary | 1011000 | 1001110 | 111100 | 0 | 1011 | 100000 | 1000001 | 100111 | 10011 | 11101 |
Color Harmonies of #584E3C
Complementary color
Monochromatic Colors of #584E3C
Black with #584E3C
Text Example
Text Example
White with #584E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E3C; }
p { color: rgb(88,78,60); }
H1.HeaderClassName
{
color: #584E3C;
}
.AnyTagClassName
{
color: #584E3C;
}
</style>
background-color css
<style>
a { background-color: #584E3C; }
a { background-color: rgb(88,78,60); }
div.DivClassName
{
background-color: #584E3C;
}
.BgClassName
{
background-color: #584E3C;
}
</style>
border-color css
<style>
span { border-color: #584E3C; }
span { border-color: rgb(88,78,60); }
td.TdClassName
{
border-color: #584E3C;
}
.TagClassName
{
border-color: #584E3C;
}
</style>