Shades of Metallic Bronze #584A3B
Tints of Metallic Bronze #584A3B
RGB
CMYK
RGB Variations
Color information
#584A3B (or 0x584A3B) is known color: Metallic Bronze. HEX triplet: 58, 4A and 3B. RGB value is (88,74,59). Sum of RGB (Red+Green+Blue) = 88+74+59=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3B is #A7B5C4. Grayscale: #4C4C4C. Windows color (decimal): -10991045 or 3885656. OLE color: 3885656.
HSL color Cylindrical-coordinate representation of color #584A3B: hue angle of 31.03º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #584A3B is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 59 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.65 |
| HSL | 31.03º | 0.2% | 0.29% | - |
| HSV(B) | 31.03º | 0.33% | 0.35% | - |
| XYZ | 7.26 | 7.29 | 5.16 | - |
| YUV | 76.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 59 | 0 | 0.16 | 0.33 | 0.65 | 31.03 | 0.2 | 0.29 |
| Hex | 58 | 4A | 3B | 0 | 10 | 21 | 41 | 1F | 14 | 1D |
| Octal | 130 | 112 | 73 | 0 | 20 | 41 | 101 | 37 | 24 | 35 |
| Binary | 1011000 | 1001010 | 111011 | 0 | 10000 | 100001 | 1000001 | 11111 | 10100 | 11101 |
Color Harmonies of #584A3B
Complementary color
Monochromatic Colors of #584A3B
Black with #584A3B
Text Example
Text Example
White with #584A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A3B; }
p { color: rgb(88,74,59); }
H1.HeaderClassName
{
color: #584A3B;
}
.AnyTagClassName
{
color: #584A3B;
}
</style>
background-color css
<style>
a { background-color: #584A3B; }
a { background-color: rgb(88,74,59); }
div.DivClassName
{
background-color: #584A3B;
}
.BgClassName
{
background-color: #584A3B;
}
</style>
border-color css
<style>
span { border-color: #584A3B; }
span { border-color: rgb(88,74,59); }
td.TdClassName
{
border-color: #584A3B;
}
.TagClassName
{
border-color: #584A3B;
}
</style>