#403940

Color #403940 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #403940

Tints of Fuscous Grey #403940

Color information

#403940 (or 0x403940) is unknown color: approx Fuscous Grey. HEX triplet: 40, 39 and 40. RGB value is (64,57,64). Sum of RGB (Red+Green+Blue) = 64+57+64=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403940 is #BFC6BF. Grayscale: #3B3B3B. Windows color (decimal): -12568256 or 4208960. OLE color: 4208960.

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

Color convert

RGB645764-
CMYK00.1100.75
HSL300º5.79%23.73%-
HSV(B)300º10.94%25.1%-
XYZ4.54.395.46-
YUV59.89130.32130.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=34.59%
G=30.81%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64576400.1100.753005.7923.73
Hex4039400B04B12c618
Octal100711000130113454630
Binary10000001110011000000010110100101110010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403940; }

 p { color: rgb(64,57,64); }

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

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

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

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

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

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

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