#47473A

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

Shades of Heavy Metal #47473A

Tints of Heavy Metal #47473A

Color information

#47473A (or 0x47473A) is unknown color: approx Heavy Metal. HEX triplet: 47, 47 and 3A. RGB value is (71,71,58). Sum of RGB (Red+Green+Blue) = 71+71+58=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47473A is #B8B8C5. Grayscale: #454545. Windows color (decimal): -12105926 or 3819335. OLE color: 3819335.

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

Color convert

RGB717158-
CMYK000.180.72
HSL60º10.08%25.29%-
HSV(B)60º18.31%27.84%-
XYZ5.626.154.89-
YUV69.52121.5129.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 58 (23.05% from 255) = 29%
R=35.5%
G=35.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717158000.180.726010.0825.29
Hex47473A0012483ca19
Octal107107720022110741231
Binary1000111100011111101000100101001000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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