Shades of Metallic Bronze #504941
Tints of Metallic Bronze #504941
RGB
CMYK
RGB Variations
Color information
#504941 (or 0x504941) is known color: Metallic Bronze. HEX triplet: 50, 49 and 41. RGB value is (80,73,65). Sum of RGB (Red+Green+Blue) = 80+73+65=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504941 is #AFB6BE. Grayscale: #4A4A4A. Windows color (decimal): -11515583 or 4278608. OLE color: 4278608.
HSL color Cylindrical-coordinate representation of color #504941: hue angle of 32º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504941 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 65 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.69 |
| HSL | 32º | 0.1% | 0.28% | - |
| HSV(B) | 32º | 0.19% | 0.31% | - |
| XYZ | 6.64 | 6.85 | 5.97 | - |
| YUV | 74.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 65 | 0 | 0.09 | 0.19 | 0.69 | 32 | 0.1 | 0.28 |
| Hex | 50 | 49 | 41 | 0 | 9 | 13 | 45 | 20 | A | 1C |
| Octal | 120 | 111 | 101 | 0 | 11 | 23 | 105 | 40 | 12 | 34 |
| Binary | 1010000 | 1001001 | 1000001 | 0 | 1001 | 10011 | 1000101 | 100000 | 1010 | 11100 |
Color Harmonies of #504941
Complementary color
Monochromatic Colors of #504941
Black with #504941
Text Example
Text Example
White with #504941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504941; }
p { color: rgb(80,73,65); }
H1.HeaderClassName
{
color: #504941;
}
.AnyTagClassName
{
color: #504941;
}
</style>
background-color css
<style>
a { background-color: #504941; }
a { background-color: rgb(80,73,65); }
div.DivClassName
{
background-color: #504941;
}
.BgClassName
{
background-color: #504941;
}
</style>
border-color css
<style>
span { border-color: #504941; }
span { border-color: rgb(80,73,65); }
td.TdClassName
{
border-color: #504941;
}
.TagClassName
{
border-color: #504941;
}
</style>