Html Css Color HEX #47483E Heavy Metal

📋 copy color: '#47483E'

red 71 ◦ green 72 ◦ blue 62

#47483E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heavy Metal #47483E

Tints of Heavy Metal #47483E

RGB

 RED value IS 71 (28.13% from 255) = 34.63%

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 34.63%
G = 35.12%
B = 30.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47483E (or 0x47483E) is known color: Heavy Metal. HEX triplet: 47, 48 and 3E. RGB value is (71,72,62). Sum of RGB (Red+Green+Blue) = 71+72+62=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #47483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47483E is #B8B7C1. Grayscale: #464646. Windows color (decimal): -12105666 or 4081735. OLE color: 4081735.

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

Color convert

RGB 71 72 62 -
CMYK 0.01 0 0.14 0.72
HSL 66º 0.07% 0.26% -
HSV(B) 66º 0.14% 0.28% -
XYZ 5.79 6.32 5.47 -
YUV 70.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 71 72 62 0.01 0 0.14 0.72 66 0.07 0.26
Hex 47 48 3E 1 0 E 48 42 7 1A
Octal 107 110 76 1 0 16 110 102 7 32
Binary 1000111 1001000 111110 1 0 1110 1001000 1000010 111 11010

Color Harmonies of #47483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47483E

Black with #47483E

Text Example


Text Example

White with #47483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47483E;
 }
 .AnyTagClassName
 {
   color: #47483E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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