#443D34

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

Shades of Taupe #443D34

Tints of Taupe #443D34

Color information

#443D34 (or 0x443D34) is unknown color: approx Taupe. HEX triplet: 44, 3D and 34. RGB value is (68,61,52). Sum of RGB (Red+Green+Blue) = 68+61+52=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 68 - color contains mainly: red. Hex color #443D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D34 is #BBC2CB. Grayscale: #3E3E3E. Windows color (decimal): -12305100 or 3423556. OLE color: 3423556.

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

Color convert

RGB686152-
CMYK00.100.240.73
HSL33.75º13.33%23.53%-
HSV(B)33.75º23.53%26.67%-
XYZ4.674.813.93-
YUV62.07122.32132.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=37.57%
G=33.70%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68615200.100.240.7333.7513.3323.53
Hex443D340A184922d18
Octal104756401230111421530
Binary100010011110111010001010110001001001100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,61,52); }

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

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

 a { background-color: rgb(68,61,52); }

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

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

 span { border-color: rgb(68,61,52); }

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