Shades of Metallic Bronze #4C473F
Tints of Metallic Bronze #4C473F
RGB
CMYK
RGB Variations
Color information
#4C473F (or 0x4C473F) is known color: Metallic Bronze. HEX triplet: 4C, 47 and 3F. RGB value is (76,71,63). Sum of RGB (Red+Green+Blue) = 76+71+63=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 76 - color contains mainly: red. Hex color #4C473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C473F is #B3B8C0. Grayscale: #474747. Windows color (decimal): -11778241 or 4147020. OLE color: 4147020.
HSL color Cylindrical-coordinate representation of color #4C473F: hue angle of 36.92º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C473F is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 63 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.70 |
| HSL | 36.92º | 0.09% | 0.27% | - |
| HSV(B) | 36.92º | 0.17% | 0.3% | - |
| XYZ | 6.13 | 6.4 | 5.62 | - |
| YUV | 71.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 63 | 0 | 0.07 | 0.17 | 0.70 | 36.92 | 0.09 | 0.27 |
| Hex | 4C | 47 | 3F | 0 | 7 | 11 | 46 | 25 | 9 | 1B |
| Octal | 114 | 107 | 77 | 0 | 7 | 21 | 106 | 45 | 11 | 33 |
| Binary | 1001100 | 1000111 | 111111 | 0 | 111 | 10001 | 1000110 | 100101 | 1001 | 11011 |
Color Harmonies of #4C473F
Complementary color
Monochromatic Colors of #4C473F
Black with #4C473F
Text Example
Text Example
White with #4C473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C473F; }
p { color: rgb(76,71,63); }
H1.HeaderClassName
{
color: #4C473F;
}
.AnyTagClassName
{
color: #4C473F;
}
</style>
background-color css
<style>
a { background-color: #4C473F; }
a { background-color: rgb(76,71,63); }
div.DivClassName
{
background-color: #4C473F;
}
.BgClassName
{
background-color: #4C473F;
}
</style>
border-color css
<style>
span { border-color: #4C473F; }
span { border-color: rgb(76,71,63); }
td.TdClassName
{
border-color: #4C473F;
}
.TagClassName
{
border-color: #4C473F;
}
</style>