Shades of Metallic Bronze #504636
Tints of Metallic Bronze #504636
RGB
CMYK
RGB Variations
Color information
#504636 (or 0x504636) is known color: Metallic Bronze. HEX triplet: 50, 46 and 36. RGB value is (80,70,54). Sum of RGB (Red+Green+Blue) = 80+70+54=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #504636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504636 is #AFB9C9. Grayscale: #474747. Windows color (decimal): -11516362 or 3556944. OLE color: 3556944.
HSL color Cylindrical-coordinate representation of color #504636: hue angle of 36.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504636 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 54 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.69 |
| HSL | 36.92º | 0.19% | 0.26% | - |
| HSV(B) | 36.92º | 0.33% | 0.31% | - |
| XYZ | 6.16 | 6.35 | 4.39 | - |
| YUV | 71.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 54 | 0 | 0.12 | 0.33 | 0.69 | 36.92 | 0.19 | 0.26 |
| Hex | 50 | 46 | 36 | 0 | C | 21 | 45 | 25 | 13 | 1A |
| Octal | 120 | 106 | 66 | 0 | 14 | 41 | 105 | 45 | 23 | 32 |
| Binary | 1010000 | 1000110 | 110110 | 0 | 1100 | 100001 | 1000101 | 100101 | 10011 | 11010 |
Color Harmonies of #504636
Complementary color
Monochromatic Colors of #504636
Black with #504636
Text Example
Text Example
White with #504636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504636; }
p { color: rgb(80,70,54); }
H1.HeaderClassName
{
color: #504636;
}
.AnyTagClassName
{
color: #504636;
}
</style>
background-color css
<style>
a { background-color: #504636; }
a { background-color: rgb(80,70,54); }
div.DivClassName
{
background-color: #504636;
}
.BgClassName
{
background-color: #504636;
}
</style>
border-color css
<style>
span { border-color: #504636; }
span { border-color: rgb(80,70,54); }
td.TdClassName
{
border-color: #504636;
}
.TagClassName
{
border-color: #504636;
}
</style>