#47483A

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

Shades of Heavy Metal #47483A

Tints of Heavy Metal #47483A

Color information

#47483A (or 0x47483A) is unknown color: approx Heavy Metal. HEX triplet: 47, 48 and 3A. RGB value is (71,72,58). Sum of RGB (Red+Green+Blue) = 71+72+58=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #47483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47483A is #B8B7C5. Grayscale: #464646. Windows color (decimal): -12105670 or 3819591. OLE color: 3819591.

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

Color convert

RGB717258-
CMYK0.0100.190.72
HSL64.29º10.77%25.49%-
HSV(B)64.29º19.44%28.24%-
XYZ5.686.284.92-
YUV70.1121.17128.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=35.32%
G=35.82%
B=28.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172580.0100.190.7264.2910.7725.49
Hex47483A10134840b19
Octal1071107210231101001331
Binary10001111001000111010101001110010001000000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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