#47473E

Color #47473E Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #47473E

Tints of Heavy Metal #47473E

Color information

#47473E (or 0x47473E) is unknown color: approx 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

RGB717162-
CMYK000.130.72
HSL60º6.77%26.08%-
HSV(B)60º12.68%27.84%-
XYZ5.726.195.45-
YUV69.97123.5128.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=34.80%
G=34.80%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717162000.130.72606.7726.08
Hex47473E00D483c71a
Octal10710776001511074732
Binary10001111000111111110001101100100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>