Shades of Metallic Bronze #574835
Tints of Metallic Bronze #574835
RGB
CMYK
RGB Variations
Color information
#574835 (or 0x574835) is known color: Metallic Bronze. HEX triplet: 57, 48 and 35. RGB value is (87,72,53). Sum of RGB (Red+Green+Blue) = 87+72+53=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #574835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574835 is #A8B7CA. Grayscale: #4A4A4A. Windows color (decimal): -11057099 or 3491927. OLE color: 3491927.
HSL color Cylindrical-coordinate representation of color #574835: hue angle of 33.53º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #574835 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 53 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.66 |
| HSL | 33.53º | 0.24% | 0.27% | - |
| HSV(B) | 33.53º | 0.39% | 0.34% | - |
| XYZ | 6.89 | 6.92 | 4.34 | - |
| YUV | 74.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 53 | 0 | 0.17 | 0.39 | 0.66 | 33.53 | 0.24 | 0.27 |
| Hex | 57 | 48 | 35 | 0 | 11 | 27 | 42 | 22 | 18 | 1B |
| Octal | 127 | 110 | 65 | 0 | 21 | 47 | 102 | 42 | 30 | 33 |
| Binary | 1010111 | 1001000 | 110101 | 0 | 10001 | 100111 | 1000010 | 100010 | 11000 | 11011 |
Color Harmonies of #574835
Complementary color
Monochromatic Colors of #574835
Black with #574835
Text Example
Text Example
White with #574835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574835; }
p { color: rgb(87,72,53); }
H1.HeaderClassName
{
color: #574835;
}
.AnyTagClassName
{
color: #574835;
}
</style>
background-color css
<style>
a { background-color: #574835; }
a { background-color: rgb(87,72,53); }
div.DivClassName
{
background-color: #574835;
}
.BgClassName
{
background-color: #574835;
}
</style>
border-color css
<style>
span { border-color: #574835; }
span { border-color: rgb(87,72,53); }
td.TdClassName
{
border-color: #574835;
}
.TagClassName
{
border-color: #574835;
}
</style>