Shades of Metallic Bronze #574939
Tints of Metallic Bronze #574939
RGB
CMYK
RGB Variations
Color information
#574939 (or 0x574939) is known color: Metallic Bronze. HEX triplet: 57, 49 and 39. RGB value is (87,73,57). Sum of RGB (Red+Green+Blue) = 87+73+57=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #574939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574939 is #A8B6C6. Grayscale: #4B4B4B. Windows color (decimal): -11056839 or 3754327. OLE color: 3754327.
HSL color Cylindrical-coordinate representation of color #574939: hue angle of 32º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #574939 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 57 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.66 |
| HSL | 32º | 0.21% | 0.28% | - |
| HSV(B) | 32º | 0.34% | 0.34% | - |
| XYZ | 7.05 | 7.09 | 4.87 | - |
| YUV | 75.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 57 | 0 | 0.16 | 0.34 | 0.66 | 32 | 0.21 | 0.28 |
| Hex | 57 | 49 | 39 | 0 | 10 | 22 | 42 | 20 | 15 | 1C |
| Octal | 127 | 111 | 71 | 0 | 20 | 42 | 102 | 40 | 25 | 34 |
| Binary | 1010111 | 1001001 | 111001 | 0 | 10000 | 100010 | 1000010 | 100000 | 10101 | 11100 |
Color Harmonies of #574939
Complementary color
Monochromatic Colors of #574939
Black with #574939
Text Example
Text Example
White with #574939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574939; }
p { color: rgb(87,73,57); }
H1.HeaderClassName
{
color: #574939;
}
.AnyTagClassName
{
color: #574939;
}
</style>
background-color css
<style>
a { background-color: #574939; }
a { background-color: rgb(87,73,57); }
div.DivClassName
{
background-color: #574939;
}
.BgClassName
{
background-color: #574939;
}
</style>
border-color css
<style>
span { border-color: #574939; }
span { border-color: rgb(87,73,57); }
td.TdClassName
{
border-color: #574939;
}
.TagClassName
{
border-color: #574939;
}
</style>