Html Css Color HEX #473C31 Taupe

📋 copy color: '#473C31'

red 71 ◦ green 60 ◦ blue 49

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

Shades of Taupe #473C31

Tints of Taupe #473C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 39.44%
G = 33.33%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#473C31 (or 0x473C31) is known color: Taupe. HEX triplet: 47, 3C and 31. RGB value is (71,60,49). Sum of RGB (Red+Green+Blue) = 71+60+49=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #473C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C31 is #B8C3CE. Grayscale: #3E3E3E. Windows color (decimal): -12108751 or 3226695. OLE color: 3226695.

HSL color Cylindrical-coordinate representation of color #473C31: hue angle of 30º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473C31 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 60 49 -
CMYK 0 0.15 0.31 0.72
HSL 30º 0.18% 0.24% -
HSV(B) 30º 0.31% 0.28% -
XYZ 4.77 4.79 3.58 -
YUV 62.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 71 60 49 0 0.15 0.31 0.72 30 0.18 0.24
Hex 47 3C 31 0 F 1F 48 1E 12 18
Octal 107 74 61 0 17 37 110 36 22 30
Binary 1000111 111100 110001 0 1111 11111 1001000 11110 10010 11000

Color Harmonies of #473C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C31

Black with #473C31

Text Example


Text Example

White with #473C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C31; }

 p { color: rgb(71,60,49); }

 H1.HeaderClassName
 {
   color: #473C31;
 }
 .AnyTagClassName
 {
   color: #473C31;
 }
</style>

background-color css

<style>
 a { background-color: #473C31; }

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

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

border-color css

<style>
 span { border-color: #473C31; }

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

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