Html Css Color HEX #47483A Heavy Metal

📋 copy color: '#47483A'

red 71 ◦ green 72 ◦ blue 58

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

Shades of Heavy Metal #47483A

Tints of Heavy Metal #47483A

RGB

 RED value IS 71 (28.13% 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 value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#47483A (or 0x47483A) is known color: 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

RGB 71 72 58 -
CMYK 0.01 0 0.19 0.72
HSL 64.29º 0.11% 0.25% -
HSV(B) 64.29º 0.19% 0.28% -
XYZ 5.68 6.28 4.92 -
YUV 70.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 71 72 58 0.01 0 0.19 0.72 64.29 0.11 0.25
Hex 47 48 3A 1 0 13 48 40 B 19
Octal 107 110 72 1 0 23 110 100 13 31
Binary 1000111 1001000 111010 1 0 10011 1001000 1000000 1011 11001

Color Harmonies of #47483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47483A

Black with #47483A

Text Example


Text Example

White with #47483A

Text Example


Text Example

HTML Codes & Css Web 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>