Shades of Metallic Bronze #504840
Tints of Metallic Bronze #504840
RGB
CMYK
RGB Variations
Color information
#504840 (or 0x504840) is known color: Metallic Bronze. HEX triplet: 50, 48 and 40. RGB value is (80,72,64). Sum of RGB (Red+Green+Blue) = 80+72+64=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504840 is #AFB7BF. Grayscale: #494949. Windows color (decimal): -11515840 or 4212816. OLE color: 4212816.
HSL color Cylindrical-coordinate representation of color #504840: hue angle of 30º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504840 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 64 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.69 |
| HSL | 30º | 0.11% | 0.28% | - |
| HSV(B) | 30º | 0.2% | 0.31% | - |
| XYZ | 6.55 | 6.71 | 5.8 | - |
| YUV | 73.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 64 | 0 | 0.10 | 0.20 | 0.69 | 30 | 0.11 | 0.28 |
| Hex | 50 | 48 | 40 | 0 | A | 14 | 45 | 1E | B | 1C |
| Octal | 120 | 110 | 100 | 0 | 12 | 24 | 105 | 36 | 13 | 34 |
| Binary | 1010000 | 1001000 | 1000000 | 0 | 1010 | 10100 | 1000101 | 11110 | 1011 | 11100 |
Color Harmonies of #504840
Complementary color
Monochromatic Colors of #504840
Black with #504840
Text Example
Text Example
White with #504840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504840; }
p { color: rgb(80,72,64); }
H1.HeaderClassName
{
color: #504840;
}
.AnyTagClassName
{
color: #504840;
}
</style>
background-color css
<style>
a { background-color: #504840; }
a { background-color: rgb(80,72,64); }
div.DivClassName
{
background-color: #504840;
}
.BgClassName
{
background-color: #504840;
}
</style>
border-color css
<style>
span { border-color: #504840; }
span { border-color: rgb(80,72,64); }
td.TdClassName
{
border-color: #504840;
}
.TagClassName
{
border-color: #504840;
}
</style>