#47473B

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

Shades of Heavy Metal #47473B

Tints of Heavy Metal #47473B

Color information

#47473B (or 0x47473B) is unknown color: approx Heavy Metal. HEX triplet: 47, 47 and 3B. RGB value is (71,71,59). Sum of RGB (Red+Green+Blue) = 71+71+59=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47473B is #B8B8C4. Grayscale: #454545. Windows color (decimal): -12105925 or 3884871. OLE color: 3884871.

HSL color Cylindrical-coordinate representation of color #47473B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47473B is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB717159-
CMYK000.170.72
HSL60º9.23%25.49%-
HSV(B)60º16.9%27.84%-
XYZ5.646.165.03-
YUV69.63122128.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=35.32%
G=35.32%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717159000.170.72609.2325.49
Hex47473B0011483c919
Octal107107730021110741131
Binary1000111100011111101100100011001000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47473B; }

 p { color: rgb(71,71,59); }

 H1.HeaderClassName
 {
   color: #47473B;
 }
 .AnyTagClassName
 {
   color: #47473B;
 }
</style>
background-color css

<style>
 a { background-color: #47473B; }

 a { background-color: rgb(71,71,59); }

 div.DivClassName
 {
   background-color: #47473B;
 }
 .BgClassName
 {
   background-color: #47473B;
 }
</style>
border-color css

<style>
 span { border-color: #47473B; }

 span { border-color: rgb(71,71,59); }

 td.TdClassName
 {
   border-color: #47473B;
 }
 .TagClassName
 {
   border-color: #47473B;
 }
</style>