Shades of Metallic Bronze #584A3C
Tints of Metallic Bronze #584A3C
RGB
CMYK
RGB Variations
Color information
#584A3C (or 0x584A3C) is known color: Metallic Bronze. HEX triplet: 58, 4A and 3C. RGB value is (88,74,60). Sum of RGB (Red+Green+Blue) = 88+74+60=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3C is #A7B5C3. Grayscale: #4C4C4C. Windows color (decimal): -10991044 or 3951192. OLE color: 3951192.
HSL color Cylindrical-coordinate representation of color #584A3C: hue angle of 30º 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 #584A3C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 60 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.65 |
| HSL | 30º | 0.19% | 0.29% | - |
| HSV(B) | 30º | 0.32% | 0.35% | - |
| XYZ | 7.29 | 7.3 | 5.3 | - |
| YUV | 76.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 60 | 0 | 0.16 | 0.32 | 0.65 | 30 | 0.19 | 0.29 |
| Hex | 58 | 4A | 3C | 0 | 10 | 20 | 41 | 1E | 13 | 1D |
| Octal | 130 | 112 | 74 | 0 | 20 | 40 | 101 | 36 | 23 | 35 |
| Binary | 1011000 | 1001010 | 111100 | 0 | 10000 | 100000 | 1000001 | 11110 | 10011 | 11101 |
Color Harmonies of #584A3C
Complementary color
Monochromatic Colors of #584A3C
Black with #584A3C
Text Example
Text Example
White with #584A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A3C; }
p { color: rgb(88,74,60); }
H1.HeaderClassName
{
color: #584A3C;
}
.AnyTagClassName
{
color: #584A3C;
}
</style>
background-color css
<style>
a { background-color: #584A3C; }
a { background-color: rgb(88,74,60); }
div.DivClassName
{
background-color: #584A3C;
}
.BgClassName
{
background-color: #584A3C;
}
</style>
border-color css
<style>
span { border-color: #584A3C; }
span { border-color: rgb(88,74,60); }
td.TdClassName
{
border-color: #584A3C;
}
.TagClassName
{
border-color: #584A3C;
}
</style>