Html Css Color HEX #473A2F Taupe

📋 copy color: '#473A2F'

red 71 ◦ green 58 ◦ blue 47

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

Shades of Taupe #473A2F

Tints of Taupe #473A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 40.34%
G = 32.95%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#473A2F (or 0x473A2F) is known color: Taupe. HEX triplet: 47, 3A and 2F. RGB value is (71,58,47). Sum of RGB (Red+Green+Blue) = 71+58+47=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2F is #B8C5D0. Grayscale: #3C3C3C. Windows color (decimal): -12109265 or 3095111. OLE color: 3095111.

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

Color convert

RGB 71 58 47 -
CMYK 0 0.18 0.34 0.72
HSL 27.5º 0.2% 0.23% -
HSV(B) 27.5º 0.34% 0.28% -
XYZ 4.62 4.57 3.33 -
YUV 60.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 71 58 47 0 0.18 0.34 0.72 27.5 0.2 0.23
Hex 47 3A 2F 0 12 22 48 1C 14 17
Octal 107 72 57 0 22 42 110 34 24 27
Binary 1000111 111010 101111 0 10010 100010 1001000 11100 10100 10111

Color Harmonies of #473A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A2F

Black with #473A2F

Text Example


Text Example

White with #473A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,47); }

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

background-color css

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

 a { background-color: rgb(71,58,47); }

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

border-color css

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

 span { border-color: rgb(71,58,47); }

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