Shades of Metallic Bronze #584A35
Tints of Metallic Bronze #584A35
RGB
CMYK
RGB Variations
Color information
#584A35 (or 0x584A35) is known color: Metallic Bronze. HEX triplet: 58, 4A and 35. RGB value is (88,74,53). Sum of RGB (Red+Green+Blue) = 88+74+53=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #584A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A35 is #A7B5CA. Grayscale: #4B4B4B. Windows color (decimal): -10991051 or 3492440. OLE color: 3492440.
HSL color Cylindrical-coordinate representation of color #584A35: hue angle of 36º 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 #584A35 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 53 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.65 |
| HSL | 36º | 0.25% | 0.28% | - |
| HSV(B) | 36º | 0.4% | 0.35% | - |
| XYZ | 7.12 | 7.23 | 4.39 | - |
| YUV | 75.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 53 | 0 | 0.16 | 0.40 | 0.65 | 36 | 0.25 | 0.28 |
| Hex | 58 | 4A | 35 | 0 | 10 | 28 | 41 | 24 | 19 | 1C |
| Octal | 130 | 112 | 65 | 0 | 20 | 50 | 101 | 44 | 31 | 34 |
| Binary | 1011000 | 1001010 | 110101 | 0 | 10000 | 101000 | 1000001 | 100100 | 11001 | 11100 |
Color Harmonies of #584A35
Complementary color
Monochromatic Colors of #584A35
Black with #584A35
Text Example
Text Example
White with #584A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A35; }
p { color: rgb(88,74,53); }
H1.HeaderClassName
{
color: #584A35;
}
.AnyTagClassName
{
color: #584A35;
}
</style>
background-color css
<style>
a { background-color: #584A35; }
a { background-color: rgb(88,74,53); }
div.DivClassName
{
background-color: #584A35;
}
.BgClassName
{
background-color: #584A35;
}
</style>
border-color css
<style>
span { border-color: #584A35; }
span { border-color: rgb(88,74,53); }
td.TdClassName
{
border-color: #584A35;
}
.TagClassName
{
border-color: #584A35;
}
</style>