Shades of Metallic Bronze #4D473D
Tints of Metallic Bronze #4D473D
RGB
CMYK
RGB Variations
Color information
#4D473D (or 0x4D473D) is known color: Metallic Bronze. HEX triplet: 4D, 47 and 3D. RGB value is (77,71,61). Sum of RGB (Red+Green+Blue) = 77+71+61=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D473D is #B2B8C2. Grayscale: #474747. Windows color (decimal): -11712707 or 4015949. OLE color: 4015949.
HSL color Cylindrical-coordinate representation of color #4D473D: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D473D is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 61 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.70 |
| HSL | 37.5º | 0.12% | 0.27% | - |
| HSV(B) | 37.5º | 0.21% | 0.3% | - |
| XYZ | 6.16 | 6.42 | 5.33 | - |
| YUV | 71.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 61 | 0 | 0.08 | 0.21 | 0.70 | 37.5 | 0.12 | 0.27 |
| Hex | 4D | 47 | 3D | 0 | 8 | 15 | 46 | 26 | C | 1B |
| Octal | 115 | 107 | 75 | 0 | 10 | 25 | 106 | 46 | 14 | 33 |
| Binary | 1001101 | 1000111 | 111101 | 0 | 1000 | 10101 | 1000110 | 100110 | 1100 | 11011 |
Color Harmonies of #4D473D
Complementary color
Monochromatic Colors of #4D473D
Black with #4D473D
Text Example
Text Example
White with #4D473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D473D; }
p { color: rgb(77,71,61); }
H1.HeaderClassName
{
color: #4D473D;
}
.AnyTagClassName
{
color: #4D473D;
}
</style>
background-color css
<style>
a { background-color: #4D473D; }
a { background-color: rgb(77,71,61); }
div.DivClassName
{
background-color: #4D473D;
}
.BgClassName
{
background-color: #4D473D;
}
</style>
border-color css
<style>
span { border-color: #4D473D; }
span { border-color: rgb(77,71,61); }
td.TdClassName
{
border-color: #4D473D;
}
.TagClassName
{
border-color: #4D473D;
}
</style>