Shades of Metallic Bronze #51493E
Tints of Metallic Bronze #51493E
RGB
CMYK
RGB Variations
Color information
#51493E (or 0x51493E) is known color: Metallic Bronze. HEX triplet: 51, 49 and 3E. RGB value is (81,73,62). Sum of RGB (Red+Green+Blue) = 81+73+62=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #51493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51493E is #AEB6C1. Grayscale: #4A4A4A. Windows color (decimal): -11450050 or 4082001. OLE color: 4082001.
HSL color Cylindrical-coordinate representation of color #51493E: hue angle of 34.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #51493E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 62 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.68 |
| HSL | 34.74º | 0.13% | 0.28% | - |
| HSV(B) | 34.74º | 0.23% | 0.32% | - |
| XYZ | 6.65 | 6.86 | 5.53 | - |
| YUV | 74.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 62 | 0 | 0.10 | 0.23 | 0.68 | 34.74 | 0.13 | 0.28 |
| Hex | 51 | 49 | 3E | 0 | A | 17 | 44 | 23 | D | 1C |
| Octal | 121 | 111 | 76 | 0 | 12 | 27 | 104 | 43 | 15 | 34 |
| Binary | 1010001 | 1001001 | 111110 | 0 | 1010 | 10111 | 1000100 | 100011 | 1101 | 11100 |
Color Harmonies of #51493E
Complementary color
Monochromatic Colors of #51493E
Black with #51493E
Text Example
Text Example
White with #51493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51493E; }
p { color: rgb(81,73,62); }
H1.HeaderClassName
{
color: #51493E;
}
.AnyTagClassName
{
color: #51493E;
}
</style>
background-color css
<style>
a { background-color: #51493E; }
a { background-color: rgb(81,73,62); }
div.DivClassName
{
background-color: #51493E;
}
.BgClassName
{
background-color: #51493E;
}
</style>
border-color css
<style>
span { border-color: #51493E; }
span { border-color: rgb(81,73,62); }
td.TdClassName
{
border-color: #51493E;
}
.TagClassName
{
border-color: #51493E;
}
</style>