#403D3A

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

Shades of Taupe #403D3A

Tints of Taupe #403D3A

Color information

#403D3A (or 0x403D3A) is unknown color: approx Taupe. HEX triplet: 40, 3D and 3A. RGB value is (64,61,58). Sum of RGB (Red+Green+Blue) = 64+61+58=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #403D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D3A is #BFC2C5. Grayscale: #3D3D3D. Windows color (decimal): -12567238 or 3816768. OLE color: 3816768.

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

Color convert

RGB646158-
CMYK00.050.090.75
HSL30º4.92%23.92%-
HSV(B)30º9.38%25.1%-
XYZ4.554.734.68-
YUV61.56125.99129.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=34.97%
G=33.33%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64615800.050.090.75304.9223.92
Hex403D3A0594B1e518
Octal1007572051111336530
Binary10000001111011110100101100110010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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