#443C34

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

Shades of Taupe #443C34

Tints of Taupe #443C34

Color information

#443C34 (or 0x443C34) is unknown color: approx Taupe. HEX triplet: 44, 3C and 34. RGB value is (68,60,52). Sum of RGB (Red+Green+Blue) = 68+60+52=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 68 - color contains mainly: red. Hex color #443C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C34 is #BBC3CB. Grayscale: #3D3D3D. Windows color (decimal): -12305356 or 3423300. OLE color: 3423300.

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

Color convert

RGB686052-
CMYK00.120.240.73
HSL30º13.33%23.53%-
HSV(B)30º23.53%26.67%-
XYZ4.624.713.91-
YUV61.48122.65132.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=37.78%
G=33.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68605200.120.240.733013.3323.53
Hex443C340C18491ed18
Octal104746401430111361530
Binary10001001111001101000110011000100100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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