Shades of Metallic Bronze #574834
Tints of Metallic Bronze #574834
RGB
CMYK
RGB Variations
Color information
#574834 (or 0x574834) is known color: Metallic Bronze. HEX triplet: 57, 48 and 34. RGB value is (87,72,52). Sum of RGB (Red+Green+Blue) = 87+72+52=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574834 is #A8B7CB. Grayscale: #4A4A4A. Windows color (decimal): -11057100 or 3426391. OLE color: 3426391.
HSL color Cylindrical-coordinate representation of color #574834: hue angle of 34.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574834 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 52 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.66 |
| HSL | 34.29º | 0.25% | 0.27% | - |
| HSV(B) | 34.29º | 0.4% | 0.34% | - |
| XYZ | 6.87 | 6.91 | 4.22 | - |
| YUV | 74.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 52 | 0 | 0.17 | 0.40 | 0.66 | 34.29 | 0.25 | 0.27 |
| Hex | 57 | 48 | 34 | 0 | 11 | 28 | 42 | 22 | 19 | 1B |
| Octal | 127 | 110 | 64 | 0 | 21 | 50 | 102 | 42 | 31 | 33 |
| Binary | 1010111 | 1001000 | 110100 | 0 | 10001 | 101000 | 1000010 | 100010 | 11001 | 11011 |
Color Harmonies of #574834
Complementary color
Monochromatic Colors of #574834
Black with #574834
Text Example
Text Example
White with #574834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574834; }
p { color: rgb(87,72,52); }
H1.HeaderClassName
{
color: #574834;
}
.AnyTagClassName
{
color: #574834;
}
</style>
background-color css
<style>
a { background-color: #574834; }
a { background-color: rgb(87,72,52); }
div.DivClassName
{
background-color: #574834;
}
.BgClassName
{
background-color: #574834;
}
</style>
border-color css
<style>
span { border-color: #574834; }
span { border-color: rgb(87,72,52); }
td.TdClassName
{
border-color: #574834;
}
.TagClassName
{
border-color: #574834;
}
</style>