Shades of Metallic Bronze #574A39
Tints of Metallic Bronze #574A39
RGB
CMYK
RGB Variations
Color information
#574A39 (or 0x574A39) is known color: Metallic Bronze. HEX triplet: 57, 4A and 39. RGB value is (87,74,57). Sum of RGB (Red+Green+Blue) = 87+74+57=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #574A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A39 is #A8B5C6. Grayscale: #4C4C4C. Windows color (decimal): -11056583 or 3754583. OLE color: 3754583.
HSL color Cylindrical-coordinate representation of color #574A39: hue angle of 34º 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 #574A39 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 57 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.66 |
| HSL | 34º | 0.21% | 0.28% | - |
| HSV(B) | 34º | 0.34% | 0.34% | - |
| XYZ | 7.12 | 7.22 | 4.89 | - |
| YUV | 75.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 57 | 0 | 0.15 | 0.34 | 0.66 | 34 | 0.21 | 0.28 |
| Hex | 57 | 4A | 39 | 0 | F | 22 | 42 | 22 | 15 | 1C |
| Octal | 127 | 112 | 71 | 0 | 17 | 42 | 102 | 42 | 25 | 34 |
| Binary | 1010111 | 1001010 | 111001 | 0 | 1111 | 100010 | 1000010 | 100010 | 10101 | 11100 |
Color Harmonies of #574A39
Complementary color
Monochromatic Colors of #574A39
Black with #574A39
Text Example
Text Example
White with #574A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A39; }
p { color: rgb(87,74,57); }
H1.HeaderClassName
{
color: #574A39;
}
.AnyTagClassName
{
color: #574A39;
}
</style>
background-color css
<style>
a { background-color: #574A39; }
a { background-color: rgb(87,74,57); }
div.DivClassName
{
background-color: #574A39;
}
.BgClassName
{
background-color: #574A39;
}
</style>
border-color css
<style>
span { border-color: #574A39; }
span { border-color: rgb(87,74,57); }
td.TdClassName
{
border-color: #574A39;
}
.TagClassName
{
border-color: #574A39;
}
</style>