Shades of Heavy Metal #47483C
Tints of Heavy Metal #47483C
RGB
CMYK
RGB Variations
Color information
#47483C (or 0x47483C) is known color: Heavy Metal. HEX triplet: 47, 48 and 3C. RGB value is (71,72,60). Sum of RGB (Red+Green+Blue) = 71+72+60=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #47483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47483C is #B8B7C3. Grayscale: #464646. Windows color (decimal): -12105668 or 3950663. OLE color: 3950663.
HSL color Cylindrical-coordinate representation of color #47483C: hue angle of 65º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47483C is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 60 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.72 |
| HSL | 65º | 0.09% | 0.26% | - |
| HSV(B) | 65º | 0.17% | 0.28% | - |
| XYZ | 5.73 | 6.3 | 5.19 | - |
| YUV | 70.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 60 | 0.01 | 0 | 0.17 | 0.72 | 65 | 0.09 | 0.26 |
| Hex | 47 | 48 | 3C | 1 | 0 | 11 | 48 | 41 | 9 | 1A |
| Octal | 107 | 110 | 74 | 1 | 0 | 21 | 110 | 101 | 11 | 32 |
| Binary | 1000111 | 1001000 | 111100 | 1 | 0 | 10001 | 1001000 | 1000001 | 1001 | 11010 |
Color Harmonies of #47483C
Complementary color
Monochromatic Colors of #47483C
Black with #47483C
Text Example
Text Example
White with #47483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47483C; }
p { color: rgb(71,72,60); }
H1.HeaderClassName
{
color: #47483C;
}
.AnyTagClassName
{
color: #47483C;
}
</style>
background-color css
<style>
a { background-color: #47483C; }
a { background-color: rgb(71,72,60); }
div.DivClassName
{
background-color: #47483C;
}
.BgClassName
{
background-color: #47483C;
}
</style>
border-color css
<style>
span { border-color: #47483C; }
span { border-color: rgb(71,72,60); }
td.TdClassName
{
border-color: #47483C;
}
.TagClassName
{
border-color: #47483C;
}
</style>