Shades of Metallic Bronze #584A34
Tints of Metallic Bronze #584A34
RGB
CMYK
RGB Variations
Color information
#584A34 (or 0x584A34) is known color: Metallic Bronze. HEX triplet: 58, 4A and 34. RGB value is (88,74,52). Sum of RGB (Red+Green+Blue) = 88+74+52=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #584A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A34 is #A7B5CB. Grayscale: #4B4B4B. Windows color (decimal): -10991052 or 3426904. OLE color: 3426904.
HSL color Cylindrical-coordinate representation of color #584A34: hue angle of 36.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 #584A34 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 52 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.65 |
| HSL | 36.67º | 0.26% | 0.27% | - |
| HSV(B) | 36.67º | 0.41% | 0.35% | - |
| XYZ | 7.09 | 7.22 | 4.27 | - |
| YUV | 75.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 52 | 0 | 0.16 | 0.41 | 0.65 | 36.67 | 0.26 | 0.27 |
| Hex | 58 | 4A | 34 | 0 | 10 | 29 | 41 | 25 | 1A | 1B |
| Octal | 130 | 112 | 64 | 0 | 20 | 51 | 101 | 45 | 32 | 33 |
| Binary | 1011000 | 1001010 | 110100 | 0 | 10000 | 101001 | 1000001 | 100101 | 11010 | 11011 |
Color Harmonies of #584A34
Complementary color
Monochromatic Colors of #584A34
Black with #584A34
Text Example
Text Example
White with #584A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A34; }
p { color: rgb(88,74,52); }
H1.HeaderClassName
{
color: #584A34;
}
.AnyTagClassName
{
color: #584A34;
}
</style>
background-color css
<style>
a { background-color: #584A34; }
a { background-color: rgb(88,74,52); }
div.DivClassName
{
background-color: #584A34;
}
.BgClassName
{
background-color: #584A34;
}
</style>
border-color css
<style>
span { border-color: #584A34; }
span { border-color: rgb(88,74,52); }
td.TdClassName
{
border-color: #584A34;
}
.TagClassName
{
border-color: #584A34;
}
</style>