Shades of Metallic Bronze #584734
Tints of Metallic Bronze #584734
RGB
CMYK
RGB Variations
Color information
#584734 (or 0x584734) is known color: Metallic Bronze. HEX triplet: 58, 47 and 34. RGB value is (88,71,52). Sum of RGB (Red+Green+Blue) = 88+71+52=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #584734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584734 is #A7B8CB. Grayscale: #4A4A4A. Windows color (decimal): -10991820 or 3426136. OLE color: 3426136.
HSL color Cylindrical-coordinate representation of color #584734: hue angle of 31.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584734 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 52 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.65 |
| HSL | 31.67º | 0.26% | 0.27% | - |
| HSV(B) | 31.67º | 0.41% | 0.35% | - |
| XYZ | 6.9 | 6.83 | 4.2 | - |
| YUV | 73.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 52 | 0 | 0.19 | 0.41 | 0.65 | 31.67 | 0.26 | 0.27 |
| Hex | 58 | 47 | 34 | 0 | 13 | 29 | 41 | 20 | 1A | 1B |
| Octal | 130 | 107 | 64 | 0 | 23 | 51 | 101 | 40 | 32 | 33 |
| Binary | 1011000 | 1000111 | 110100 | 0 | 10011 | 101001 | 1000001 | 100000 | 11010 | 11011 |
Color Harmonies of #584734
Complementary color
Monochromatic Colors of #584734
Black with #584734
Text Example
Text Example
White with #584734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584734; }
p { color: rgb(88,71,52); }
H1.HeaderClassName
{
color: #584734;
}
.AnyTagClassName
{
color: #584734;
}
</style>
background-color css
<style>
a { background-color: #584734; }
a { background-color: rgb(88,71,52); }
div.DivClassName
{
background-color: #584734;
}
.BgClassName
{
background-color: #584734;
}
</style>
border-color css
<style>
span { border-color: #584734; }
span { border-color: rgb(88,71,52); }
td.TdClassName
{
border-color: #584734;
}
.TagClassName
{
border-color: #584734;
}
</style>