Shades of Metallic Bronze #504738
Tints of Metallic Bronze #504738
RGB
CMYK
RGB Variations
Color information
#504738 (or 0x504738) is known color: Metallic Bronze. HEX triplet: 50, 47 and 38. RGB value is (80,71,56). Sum of RGB (Red+Green+Blue) = 80+71+56=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504738 is #AFB8C7. Grayscale: #484848. Windows color (decimal): -11516104 or 3688272. OLE color: 3688272.
HSL color Cylindrical-coordinate representation of color #504738: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504738 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 56 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.69 |
| HSL | 37.5º | 0.18% | 0.27% | - |
| HSV(B) | 37.5º | 0.3% | 0.31% | - |
| XYZ | 6.28 | 6.5 | 4.66 | - |
| YUV | 71.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 56 | 0 | 0.11 | 0.30 | 0.69 | 37.5 | 0.18 | 0.27 |
| Hex | 50 | 47 | 38 | 0 | B | 1E | 45 | 26 | 12 | 1B |
| Octal | 120 | 107 | 70 | 0 | 13 | 36 | 105 | 46 | 22 | 33 |
| Binary | 1010000 | 1000111 | 111000 | 0 | 1011 | 11110 | 1000101 | 100110 | 10010 | 11011 |
Color Harmonies of #504738
Complementary color
Monochromatic Colors of #504738
Black with #504738
Text Example
Text Example
White with #504738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504738; }
p { color: rgb(80,71,56); }
H1.HeaderClassName
{
color: #504738;
}
.AnyTagClassName
{
color: #504738;
}
</style>
background-color css
<style>
a { background-color: #504738; }
a { background-color: rgb(80,71,56); }
div.DivClassName
{
background-color: #504738;
}
.BgClassName
{
background-color: #504738;
}
</style>
border-color css
<style>
span { border-color: #504738; }
span { border-color: rgb(80,71,56); }
td.TdClassName
{
border-color: #504738;
}
.TagClassName
{
border-color: #504738;
}
</style>