#403D3B

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

Shades of Taupe #403D3B

Tints of Taupe #403D3B

Color information

#403D3B (or 0x403D3B) is unknown color: approx Taupe. HEX triplet: 40, 3D and 3B. RGB value is (64,61,59). Sum of RGB (Red+Green+Blue) = 64+61+59=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 64 - color contains mainly: red. Hex color #403D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D3B is #BFC2C4. Grayscale: #3D3D3D. Windows color (decimal): -12567237 or 3882304. OLE color: 3882304.

HSL color Cylindrical-coordinate representation of color #403D3B: hue angle of 24º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #403D3B is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB646159-
CMYK00.050.080.75
HSL24º4.07%24.12%-
HSV(B)24º7.81%25.1%-
XYZ4.574.744.81-
YUV61.67126.49129.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=34.78%
G=33.15%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64615900.050.080.75244.0724.12
Hex403D3B0584B18418
Octal1007573051011330430
Binary10000001111011110110101100010010111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D3B; }

 p { color: rgb(64,61,59); }

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

<style>
 a { background-color: #403D3B; }

 a { background-color: rgb(64,61,59); }

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

<style>
 span { border-color: #403D3B; }

 span { border-color: rgb(64,61,59); }

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