Shades of Metallic Bronze #574D3B
Tints of Metallic Bronze #574D3B
RGB
CMYK
RGB Variations
Color information
#574D3B (or 0x574D3B) is known color: Metallic Bronze. HEX triplet: 57, 4D and 3B. RGB value is (87,77,59). Sum of RGB (Red+Green+Blue) = 87+77+59=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #574D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D3B is #A8B2C4. Grayscale: #4E4E4E. Windows color (decimal): -11055813 or 3886423. OLE color: 3886423.
HSL color Cylindrical-coordinate representation of color #574D3B: hue angle of 38.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574D3B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 59 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.66 |
| HSL | 38.57º | 0.19% | 0.29% | - |
| HSV(B) | 38.57º | 0.32% | 0.34% | - |
| XYZ | 7.37 | 7.65 | 5.23 | - |
| YUV | 77.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 59 | 0 | 0.11 | 0.32 | 0.66 | 38.57 | 0.19 | 0.29 |
| Hex | 57 | 4D | 3B | 0 | B | 20 | 42 | 27 | 13 | 1D |
| Octal | 127 | 115 | 73 | 0 | 13 | 40 | 102 | 47 | 23 | 35 |
| Binary | 1010111 | 1001101 | 111011 | 0 | 1011 | 100000 | 1000010 | 100111 | 10011 | 11101 |
Color Harmonies of #574D3B
Complementary color
Monochromatic Colors of #574D3B
Black with #574D3B
Text Example
Text Example
White with #574D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D3B; }
p { color: rgb(87,77,59); }
H1.HeaderClassName
{
color: #574D3B;
}
.AnyTagClassName
{
color: #574D3B;
}
</style>
background-color css
<style>
a { background-color: #574D3B; }
a { background-color: rgb(87,77,59); }
div.DivClassName
{
background-color: #574D3B;
}
.BgClassName
{
background-color: #574D3B;
}
</style>
border-color css
<style>
span { border-color: #574D3B; }
span { border-color: rgb(87,77,59); }
td.TdClassName
{
border-color: #574D3B;
}
.TagClassName
{
border-color: #574D3B;
}
</style>