Shades of Metallic Bronze #51473D
Tints of Metallic Bronze #51473D
RGB
CMYK
RGB Variations
Color information
#51473D (or 0x51473D) is known color: Metallic Bronze. HEX triplet: 51, 47 and 3D. RGB value is (81,71,61). Sum of RGB (Red+Green+Blue) = 81+71+61=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51473D is #AEB8C2. Grayscale: #484848. Windows color (decimal): -11450563 or 4015953. OLE color: 4015953.
HSL color Cylindrical-coordinate representation of color #51473D: hue angle of 30º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51473D is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 71 | 61 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.68 |
| HSL | 30º | 0.14% | 0.28% | - |
| HSV(B) | 30º | 0.25% | 0.32% | - |
| XYZ | 6.49 | 6.59 | 5.35 | - |
| YUV | 72.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 61 | 0 | 0.12 | 0.25 | 0.68 | 30 | 0.14 | 0.28 |
| Hex | 51 | 47 | 3D | 0 | C | 19 | 44 | 1E | E | 1C |
| Octal | 121 | 107 | 75 | 0 | 14 | 31 | 104 | 36 | 16 | 34 |
| Binary | 1010001 | 1000111 | 111101 | 0 | 1100 | 11001 | 1000100 | 11110 | 1110 | 11100 |
Color Harmonies of #51473D
Complementary color
Monochromatic Colors of #51473D
Black with #51473D
Text Example
Text Example
White with #51473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51473D; }
p { color: rgb(81,71,61); }
H1.HeaderClassName
{
color: #51473D;
}
.AnyTagClassName
{
color: #51473D;
}
</style>
background-color css
<style>
a { background-color: #51473D; }
a { background-color: rgb(81,71,61); }
div.DivClassName
{
background-color: #51473D;
}
.BgClassName
{
background-color: #51473D;
}
</style>
border-color css
<style>
span { border-color: #51473D; }
span { border-color: rgb(81,71,61); }
td.TdClassName
{
border-color: #51473D;
}
.TagClassName
{
border-color: #51473D;
}
</style>