Html Css Color HEX #473B34 Taupe

📋 copy color: '#473B34'

red 71 ◦ green 59 ◦ blue 52

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

Shades of Taupe #473B34

Tints of Taupe #473B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 39.01%
G = 32.42%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#473B34 (or 0x473B34) is known color: Taupe. HEX triplet: 47, 3B and 34. RGB value is (71,59,52). Sum of RGB (Red+Green+Blue) = 71+59+52=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #473B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B34 is #B8C4CB. Grayscale: #3D3D3D. Windows color (decimal): -12109004 or 3423047. OLE color: 3423047.

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

Color convert

RGB 71 59 52 -
CMYK 0 0.17 0.27 0.72
HSL 22.11º 0.15% 0.24% -
HSV(B) 22.11º 0.27% 0.28% -
XYZ 4.78 4.72 3.91 -
YUV 61.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 71 59 52 0 0.17 0.27 0.72 22.11 0.15 0.24
Hex 47 3B 34 0 11 1B 48 16 F 18
Octal 107 73 64 0 21 33 110 26 17 30
Binary 1000111 111011 110100 0 10001 11011 1001000 10110 1111 11000

Color Harmonies of #473B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B34

Black with #473B34

Text Example


Text Example

White with #473B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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