Html Css Color HEX #473B32 Taupe

📋 copy color: '#473B32'

red 71 ◦ green 59 ◦ blue 50

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

Shades of Taupe #473B32

Tints of Taupe #473B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.78%

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

R = 39.44%
G = 32.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#473B32 (or 0x473B32) is known color: Taupe. HEX triplet: 47, 3B and 32. RGB value is (71,59,50). Sum of RGB (Red+Green+Blue) = 71+59+50=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #473B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B32 is #B8C4CD. Grayscale: #3D3D3D. Windows color (decimal): -12109006 or 3291975. OLE color: 3291975.

HSL color Cylindrical-coordinate representation of color #473B32: hue angle of 25.71º 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 #473B32 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 59 50 -
CMYK 0 0.17 0.30 0.72
HSL 25.71º 0.17% 0.24% -
HSV(B) 25.71º 0.3% 0.28% -
XYZ 4.74 4.7 3.67 -
YUV 61.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 71 59 50 0 0.17 0.30 0.72 25.71 0.17 0.24
Hex 47 3B 32 0 11 1E 48 1A 11 18
Octal 107 73 62 0 21 36 110 32 21 30
Binary 1000111 111011 110010 0 10001 11110 1001000 11010 10001 11000

Color Harmonies of #473B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B32

Black with #473B32

Text Example


Text Example

White with #473B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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