Shades of Metallic Bronze #584A36
Tints of Metallic Bronze #584A36
RGB
CMYK
RGB Variations
Color information
#584A36 (or 0x584A36) is known color: Metallic Bronze. HEX triplet: 58, 4A and 36. RGB value is (88,74,54). Sum of RGB (Red+Green+Blue) = 88+74+54=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #584A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A36 is #A7B5C9. Grayscale: #4C4C4C. Windows color (decimal): -10991050 or 3557976. OLE color: 3557976.
HSL color Cylindrical-coordinate representation of color #584A36: hue angle of 35.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584A36 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 54 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.65 |
| HSL | 35.29º | 0.24% | 0.28% | - |
| HSV(B) | 35.29º | 0.39% | 0.35% | - |
| XYZ | 7.14 | 7.24 | 4.51 | - |
| YUV | 75.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 54 | 0 | 0.16 | 0.39 | 0.65 | 35.29 | 0.24 | 0.28 |
| Hex | 58 | 4A | 36 | 0 | 10 | 27 | 41 | 23 | 18 | 1C |
| Octal | 130 | 112 | 66 | 0 | 20 | 47 | 101 | 43 | 30 | 34 |
| Binary | 1011000 | 1001010 | 110110 | 0 | 10000 | 100111 | 1000001 | 100011 | 11000 | 11100 |
Color Harmonies of #584A36
Complementary color
Monochromatic Colors of #584A36
Black with #584A36
Text Example
Text Example
White with #584A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A36; }
p { color: rgb(88,74,54); }
H1.HeaderClassName
{
color: #584A36;
}
.AnyTagClassName
{
color: #584A36;
}
</style>
background-color css
<style>
a { background-color: #584A36; }
a { background-color: rgb(88,74,54); }
div.DivClassName
{
background-color: #584A36;
}
.BgClassName
{
background-color: #584A36;
}
</style>
border-color css
<style>
span { border-color: #584A36; }
span { border-color: rgb(88,74,54); }
td.TdClassName
{
border-color: #584A36;
}
.TagClassName
{
border-color: #584A36;
}
</style>