#403A34

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

Shades of Taupe #403A34

Tints of Taupe #403A34

Color information

#403A34 (or 0x403A34) is unknown color: approx Taupe. HEX triplet: 40, 3A and 34. RGB value is (64,58,52). Sum of RGB (Red+Green+Blue) = 64+58+52=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A34 is #BFC5CB. Grayscale: #3B3B3B. Windows color (decimal): -12568012 or 3422784. OLE color: 3422784.

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

Color convert

RGB645852-
CMYK00.090.190.75
HSL30º10.34%22.75%-
HSV(B)30º18.75%25.1%-
XYZ4.254.363.87-
YUV59.11123.99131.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=36.78%
G=33.33%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64585200.090.190.753010.3422.75
Hex403A3409134B1ea17
Octal100726401123113361227
Binary10000001110101101000100110011100101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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