Html Css Color HEX #473D30 Taupe

📋 copy color: '#473D30'

red 71 ◦ green 61 ◦ blue 48

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

Shades of Taupe #473D30

Tints of Taupe #473D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.89%

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 39.44%
G = 33.89%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473D30 (or 0x473D30) is known color: Taupe. HEX triplet: 47, 3D and 30. RGB value is (71,61,48). Sum of RGB (Red+Green+Blue) = 71+61+48=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #473D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D30 is #B8C2CF. Grayscale: #3E3E3E. Windows color (decimal): -12108496 or 3161415. OLE color: 3161415.

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

Color convert

RGB 71 61 48 -
CMYK 0 0.14 0.32 0.72
HSL 33.91º 0.19% 0.23% -
HSV(B) 33.91º 0.32% 0.28% -
XYZ 4.8 4.89 3.49 -
YUV 62.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 71 61 48 0 0.14 0.32 0.72 33.91 0.19 0.23
Hex 47 3D 30 0 E 20 48 22 13 17
Octal 107 75 60 0 16 40 110 42 23 27
Binary 1000111 111101 110000 0 1110 100000 1001000 100010 10011 10111

Color Harmonies of #473D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D30

Black with #473D30

Text Example


Text Example

White with #473D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,61,48); }

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

background-color css

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

 a { background-color: rgb(71,61,48); }

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

border-color css

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

 span { border-color: rgb(71,61,48); }

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