#44392F

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

Shades of Taupe #44392F

Tints of Taupe #44392F

Color information

#44392F (or 0x44392F) is unknown color: approx Taupe. HEX triplet: 44, 39 and 2F. RGB value is (68,57,47). Sum of RGB (Red+Green+Blue) = 68+57+47=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #44392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44392F is #BBC6D0. Grayscale: #3B3B3B. Windows color (decimal): -12306129 or 3094852. OLE color: 3094852.

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

Color convert

RGB685747-
CMYK00.160.310.73
HSL28.57º18.26%22.55%-
HSV(B)28.57º30.88%26.67%-
XYZ4.364.363.3-
YUV59.15121.14134.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=39.53%
G=33.14%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68574700.160.310.7328.5718.2622.55
Hex44392F0101F491d1217
Octal104715702037111352227
Binary1000100111001101111010000111111001001111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44392F; }

 p { color: rgb(68,57,47); }

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

<style>
 a { background-color: #44392F; }

 a { background-color: rgb(68,57,47); }

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

<style>
 span { border-color: #44392F; }

 span { border-color: rgb(68,57,47); }

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