#403C37

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

Shades of Taupe #403C37

Tints of Taupe #403C37

Color information

#403C37 (or 0x403C37) is unknown color: approx Taupe. HEX triplet: 40, 3C and 37. RGB value is (64,60,55). Sum of RGB (Red+Green+Blue) = 64+60+55=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #403C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C37 is #BFC3C8. Grayscale: #3C3C3C. Windows color (decimal): -12567497 or 3619904. OLE color: 3619904.

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

Color convert

RGB646055-
CMYK00.060.140.75
HSL33.33º7.56%23.33%-
HSV(B)33.33º14.06%25.1%-
XYZ4.424.64.27-
YUV60.63124.83130.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=35.75%
G=33.52%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64605500.060.140.7533.337.5623.33
Hex403C3706E4B21817
Octal10074670616113411027
Binary1000000111100110111011011101001011100001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,60,55); }

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

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

 a { background-color: rgb(64,60,55); }

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

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

 span { border-color: rgb(64,60,55); }

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