Shades of Heavy Metal #47473E
Tints of Heavy Metal #47473E
RGB
CMYK
RGB Variations
Color information
#47473E (or 0x47473E) is known color: Heavy Metal. HEX triplet: 47, 47 and 3E. RGB value is (71,71,62). Sum of RGB (Red+Green+Blue) = 71+71+62=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47473E is #B8B8C1. Grayscale: #464646. Windows color (decimal): -12105922 or 4081479. OLE color: 4081479.
HSL color Cylindrical-coordinate representation of color #47473E: hue angle of 60º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47473E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 71 | 62 | - |
| CMYK | 0 | 0 | 0.13 | 0.72 |
| HSL | 60º | 0.07% | 0.26% | - |
| HSV(B) | 60º | 0.13% | 0.28% | - |
| XYZ | 5.72 | 6.19 | 5.45 | - |
| YUV | 69.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 62 | 0 | 0 | 0.13 | 0.72 | 60 | 0.07 | 0.26 |
| Hex | 47 | 47 | 3E | 0 | 0 | D | 48 | 3C | 7 | 1A |
| Octal | 107 | 107 | 76 | 0 | 0 | 15 | 110 | 74 | 7 | 32 |
| Binary | 1000111 | 1000111 | 111110 | 0 | 0 | 1101 | 1001000 | 111100 | 111 | 11010 |
Color Harmonies of #47473E
Complementary color
Monochromatic Colors of #47473E
Black with #47473E
Text Example
Text Example
White with #47473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47473E; }
p { color: rgb(71,71,62); }
H1.HeaderClassName
{
color: #47473E;
}
.AnyTagClassName
{
color: #47473E;
}
</style>
background-color css
<style>
a { background-color: #47473E; }
a { background-color: rgb(71,71,62); }
div.DivClassName
{
background-color: #47473E;
}
.BgClassName
{
background-color: #47473E;
}
</style>
border-color css
<style>
span { border-color: #47473E; }
span { border-color: rgb(71,71,62); }
td.TdClassName
{
border-color: #47473E;
}
.TagClassName
{
border-color: #47473E;
}
</style>