Shades of Metallic Bronze #574A3A
Tints of Metallic Bronze #574A3A
RGB
CMYK
RGB Variations
Color information
#574A3A (or 0x574A3A) is known color: Metallic Bronze. HEX triplet: 57, 4A and 3A. RGB value is (87,74,58). Sum of RGB (Red+Green+Blue) = 87+74+58=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #574A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A3A is #A8B5C5. Grayscale: #4C4C4C. Windows color (decimal): -11056582 or 3820119. OLE color: 3820119.
HSL color Cylindrical-coordinate representation of color #574A3A: hue angle of 33.1º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #574A3A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 58 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.66 |
| HSL | 33.1º | 0.2% | 0.28% | - |
| HSV(B) | 33.1º | 0.33% | 0.34% | - |
| XYZ | 7.14 | 7.23 | 5.02 | - |
| YUV | 76.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 58 | 0 | 0.15 | 0.33 | 0.66 | 33.1 | 0.2 | 0.28 |
| Hex | 57 | 4A | 3A | 0 | F | 21 | 42 | 21 | 14 | 1C |
| Octal | 127 | 112 | 72 | 0 | 17 | 41 | 102 | 41 | 24 | 34 |
| Binary | 1010111 | 1001010 | 111010 | 0 | 1111 | 100001 | 1000010 | 100001 | 10100 | 11100 |
Color Harmonies of #574A3A
Complementary color
Monochromatic Colors of #574A3A
Black with #574A3A
Text Example
Text Example
White with #574A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A3A; }
p { color: rgb(87,74,58); }
H1.HeaderClassName
{
color: #574A3A;
}
.AnyTagClassName
{
color: #574A3A;
}
</style>
background-color css
<style>
a { background-color: #574A3A; }
a { background-color: rgb(87,74,58); }
div.DivClassName
{
background-color: #574A3A;
}
.BgClassName
{
background-color: #574A3A;
}
</style>
border-color css
<style>
span { border-color: #574A3A; }
span { border-color: rgb(87,74,58); }
td.TdClassName
{
border-color: #574A3A;
}
.TagClassName
{
border-color: #574A3A;
}
</style>