Html Css Color HEX #473F38 Taupe

📋 copy color: '#473F38'

red 71 ◦ green 63 ◦ blue 56

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

Shades of Taupe #473F38

Tints of Taupe #473F38

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 37.37%
G = 33.16%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#473F38 (or 0x473F38) is known color: Taupe. HEX triplet: 47, 3F and 38. RGB value is (71,63,56). Sum of RGB (Red+Green+Blue) = 71+63+56=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F38 is #B8C0C7. Grayscale: #404040. Windows color (decimal): -12107976 or 3686215. OLE color: 3686215.

HSL color Cylindrical-coordinate representation of color #473F38: hue angle of 28º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #473F38 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 56 -
CMYK 0 0.11 0.21 0.72
HSL 28º 0.12% 0.25% -
HSV(B) 28º 0.21% 0.28% -
XYZ 5.09 5.18 4.47 -
YUV 64.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 71 63 56 0 0.11 0.21 0.72 28 0.12 0.25
Hex 47 3F 38 0 B 15 48 1C C 19
Octal 107 77 70 0 13 25 110 34 14 31
Binary 1000111 111111 111000 0 1011 10101 1001000 11100 1100 11001

Color Harmonies of #473F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F38

Black with #473F38

Text Example


Text Example

White with #473F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,56); }

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

background-color css

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

 a { background-color: rgb(71,63,56); }

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

border-color css

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

 span { border-color: rgb(71,63,56); }

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