#443C31

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

Shades of Taupe #443C31

Tints of Taupe #443C31

Color information

#443C31 (or 0x443C31) is unknown color: approx Taupe. HEX triplet: 44, 3C and 31. RGB value is (68,60,49). Sum of RGB (Red+Green+Blue) = 68+60+49=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #443C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C31 is #BBC3CE. Grayscale: #3D3D3D. Windows color (decimal): -12305359 or 3226692. OLE color: 3226692.

HSL color Cylindrical-coordinate representation of color #443C31: hue angle of 34.74º 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 #443C31 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB686049-
CMYK00.120.280.73
HSL34.74º16.24%22.94%-
HSV(B)34.74º27.94%26.67%-
XYZ4.554.683.57-
YUV61.14121.15132.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=38.42%
G=33.90%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68604900.120.280.7334.7416.2422.94
Hex443C310C1C49231017
Octal104746101434111432027
Binary1000100111100110001011001110010010011000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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