Html Css Color HEX #473B2D Taupe

📋 copy color: '#473B2D'

red 71 ◦ green 59 ◦ blue 45

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

Shades of Taupe #473B2D

Tints of Taupe #473B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 40.57%
G = 33.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#473B2D (or 0x473B2D) is known color: Taupe. HEX triplet: 47, 3B and 2D. RGB value is (71,59,45). Sum of RGB (Red+Green+Blue) = 71+59+45=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B2D is #B8C4D2. Grayscale: #3D3D3D. Windows color (decimal): -12109011 or 2964295. OLE color: 2964295.

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

Color convert

RGB 71 59 45 -
CMYK 0 0.17 0.37 0.72
HSL 32.31º 0.22% 0.23% -
HSV(B) 32.31º 0.37% 0.28% -
XYZ 4.64 4.66 3.14 -
YUV 60.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 71 59 45 0 0.17 0.37 0.72 32.31 0.22 0.23
Hex 47 3B 2D 0 11 25 48 20 16 17
Octal 107 73 55 0 21 45 110 40 26 27
Binary 1000111 111011 101101 0 10001 100101 1001000 100000 10110 10111

Color Harmonies of #473B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B2D

Black with #473B2D

Text Example


Text Example

White with #473B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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