Shades of Metallic Bronze #57493A
Tints of Metallic Bronze #57493A
RGB
CMYK
RGB Variations
Color information
#57493A (or 0x57493A) is known color: Metallic Bronze. HEX triplet: 57, 49 and 3A. RGB value is (87,73,58). Sum of RGB (Red+Green+Blue) = 87+73+58=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493A is #A8B6C5. Grayscale: #4B4B4B. Windows color (decimal): -11056838 or 3819863. OLE color: 3819863.
HSL color Cylindrical-coordinate representation of color #57493A: hue angle of 31.03º 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 #57493A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 58 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.66 |
| HSL | 31.03º | 0.2% | 0.28% | - |
| HSV(B) | 31.03º | 0.33% | 0.34% | - |
| XYZ | 7.08 | 7.1 | 5 | - |
| YUV | 75.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 58 | 0 | 0.16 | 0.33 | 0.66 | 31.03 | 0.2 | 0.28 |
| Hex | 57 | 49 | 3A | 0 | 10 | 21 | 42 | 1F | 14 | 1C |
| Octal | 127 | 111 | 72 | 0 | 20 | 41 | 102 | 37 | 24 | 34 |
| Binary | 1010111 | 1001001 | 111010 | 0 | 10000 | 100001 | 1000010 | 11111 | 10100 | 11100 |
Color Harmonies of #57493A
Complementary color
Monochromatic Colors of #57493A
Black with #57493A
Text Example
Text Example
White with #57493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57493A; }
p { color: rgb(87,73,58); }
H1.HeaderClassName
{
color: #57493A;
}
.AnyTagClassName
{
color: #57493A;
}
</style>
background-color css
<style>
a { background-color: #57493A; }
a { background-color: rgb(87,73,58); }
div.DivClassName
{
background-color: #57493A;
}
.BgClassName
{
background-color: #57493A;
}
</style>
border-color css
<style>
span { border-color: #57493A; }
span { border-color: rgb(87,73,58); }
td.TdClassName
{
border-color: #57493A;
}
.TagClassName
{
border-color: #57493A;
}
</style>