Shades of Metallic Bronze #574935
Tints of Metallic Bronze #574935
RGB
CMYK
RGB Variations
Color information
#574935 (or 0x574935) is known color: Metallic Bronze. HEX triplet: 57, 49 and 35. RGB value is (87,73,53). Sum of RGB (Red+Green+Blue) = 87+73+53=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #574935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574935 is #A8B6CA. Grayscale: #4B4B4B. Windows color (decimal): -11056843 or 3492183. OLE color: 3492183.
HSL color Cylindrical-coordinate representation of color #574935: hue angle of 35.29º 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 #574935 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 53 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.66 |
| HSL | 35.29º | 0.24% | 0.27% | - |
| HSV(B) | 35.29º | 0.39% | 0.34% | - |
| XYZ | 6.96 | 7.05 | 4.36 | - |
| YUV | 74.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 53 | 0 | 0.16 | 0.39 | 0.66 | 35.29 | 0.24 | 0.27 |
| Hex | 57 | 49 | 35 | 0 | 10 | 27 | 42 | 23 | 18 | 1B |
| Octal | 127 | 111 | 65 | 0 | 20 | 47 | 102 | 43 | 30 | 33 |
| Binary | 1010111 | 1001001 | 110101 | 0 | 10000 | 100111 | 1000010 | 100011 | 11000 | 11011 |
Color Harmonies of #574935
Complementary color
Monochromatic Colors of #574935
Black with #574935
Text Example
Text Example
White with #574935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574935; }
p { color: rgb(87,73,53); }
H1.HeaderClassName
{
color: #574935;
}
.AnyTagClassName
{
color: #574935;
}
</style>
background-color css
<style>
a { background-color: #574935; }
a { background-color: rgb(87,73,53); }
div.DivClassName
{
background-color: #574935;
}
.BgClassName
{
background-color: #574935;
}
</style>
border-color css
<style>
span { border-color: #574935; }
span { border-color: rgb(87,73,53); }
td.TdClassName
{
border-color: #574935;
}
.TagClassName
{
border-color: #574935;
}
</style>