#443B31

Color #443B31 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #443B31

Tints of Taupe #443B31

Color information

#443B31 (or 0x443B31) is unknown color: approx Taupe. HEX triplet: 44, 3B and 31. RGB value is (68,59,49). Sum of RGB (Red+Green+Blue) = 68+59+49=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #443B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B31 is #BBC4CE. Grayscale: #3C3C3C. Windows color (decimal): -12305615 or 3226436. OLE color: 3226436.

HSL color Cylindrical-coordinate representation of color #443B31: hue angle of 31.58º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443B31 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB685949-
CMYK00.130.280.73
HSL31.58º16.24%22.94%-
HSV(B)31.58º27.94%26.67%-
XYZ4.54.583.55-
YUV60.55121.48133.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=38.64%
G=33.52%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68594900.130.280.7331.5816.2422.94
Hex443B310D1C49201017
Octal104736101534111402027
Binary1000100111011110001011011110010010011000001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443B31; }

 p { color: rgb(68,59,49); }

 H1.HeaderClassName
 {
   color: #443B31;
 }
 .AnyTagClassName
 {
   color: #443B31;
 }
</style>
background-color css

<style>
 a { background-color: #443B31; }

 a { background-color: rgb(68,59,49); }

 div.DivClassName
 {
   background-color: #443B31;
 }
 .BgClassName
 {
   background-color: #443B31;
 }
</style>
border-color css

<style>
 span { border-color: #443B31; }

 span { border-color: rgb(68,59,49); }

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