Shades of Metallic Bronze #584835
Tints of Metallic Bronze #584835
RGB
CMYK
RGB Variations
Color information
#584835 (or 0x584835) is known color: Metallic Bronze. HEX triplet: 58, 48 and 35. RGB value is (88,72,53). Sum of RGB (Red+Green+Blue) = 88+72+53=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #584835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584835 is #A7B7CA. Grayscale: #4A4A4A. Windows color (decimal): -10991563 or 3491928. OLE color: 3491928.
HSL color Cylindrical-coordinate representation of color #584835: hue angle of 32.57º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584835 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 53 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.65 |
| HSL | 32.57º | 0.25% | 0.28% | - |
| HSV(B) | 32.57º | 0.4% | 0.35% | - |
| XYZ | 6.98 | 6.97 | 4.34 | - |
| YUV | 74.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 53 | 0 | 0.18 | 0.40 | 0.65 | 32.57 | 0.25 | 0.28 |
| Hex | 58 | 48 | 35 | 0 | 12 | 28 | 41 | 21 | 19 | 1C |
| Octal | 130 | 110 | 65 | 0 | 22 | 50 | 101 | 41 | 31 | 34 |
| Binary | 1011000 | 1001000 | 110101 | 0 | 10010 | 101000 | 1000001 | 100001 | 11001 | 11100 |
Color Harmonies of #584835
Complementary color
Monochromatic Colors of #584835
Black with #584835
Text Example
Text Example
White with #584835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584835; }
p { color: rgb(88,72,53); }
H1.HeaderClassName
{
color: #584835;
}
.AnyTagClassName
{
color: #584835;
}
</style>
background-color css
<style>
a { background-color: #584835; }
a { background-color: rgb(88,72,53); }
div.DivClassName
{
background-color: #584835;
}
.BgClassName
{
background-color: #584835;
}
</style>
border-color css
<style>
span { border-color: #584835; }
span { border-color: rgb(88,72,53); }
td.TdClassName
{
border-color: #584835;
}
.TagClassName
{
border-color: #584835;
}
</style>