Html Css Color HEX #403940 Fuscous Grey

📋 copy color: '#403940'

red 64 ◦ green 57 ◦ blue 64

#403940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #403940

Tints of Fuscous Grey #403940

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 value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403940 (or 0x403940) is known color: 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

RGB 64 57 64 -
CMYK 0 0.11 0 0.75
HSL 300º 0.06% 0.24% -
HSV(B) 300º 0.11% 0.25% -
XYZ 4.5 4.39 5.46 -
YUV 59.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 64 57 64 0 0.11 0 0.75 300 0.06 0.24
Hex 40 39 40 0 B 0 4B 12C 6 18
Octal 100 71 100 0 13 0 113 454 6 30
Binary 1000000 111001 1000000 0 1011 0 1001011 100101100 110 11000

Color Harmonies of #403940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403940

Black with #403940

Text Example


Text Example

White with #403940

Text Example


Text Example

HTML Codes & Css Web 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>