Html Css Color HEX #473C32 Taupe

📋 copy color: '#473C32'

red 71 ◦ green 60 ◦ blue 50

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

Shades of Taupe #473C32

Tints of Taupe #473C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 39.23%
G = 33.15%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#473C32 (or 0x473C32) is known color: Taupe. HEX triplet: 47, 3C and 32. RGB value is (71,60,50). Sum of RGB (Red+Green+Blue) = 71+60+50=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #473C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C32 is #B8C3CD. Grayscale: #3E3E3E. Windows color (decimal): -12108750 or 3292231. OLE color: 3292231.

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

Color convert

RGB 71 60 50 -
CMYK 0 0.15 0.30 0.72
HSL 28.57º 0.17% 0.24% -
HSV(B) 28.57º 0.3% 0.28% -
XYZ 4.79 4.8 3.69 -
YUV 62.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 71 60 50 0 0.15 0.30 0.72 28.57 0.17 0.24
Hex 47 3C 32 0 F 1E 48 1D 11 18
Octal 107 74 62 0 17 36 110 35 21 30
Binary 1000111 111100 110010 0 1111 11110 1001000 11101 10001 11000

Color Harmonies of #473C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C32

Black with #473C32

Text Example


Text Example

White with #473C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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