Html Css Color HEX #403C40 Fuscous Grey

📋 copy color: '#403C40'

red 64 ◦ green 60 ◦ blue 64

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

Shades of Fuscous Grey #403C40

Tints of Fuscous Grey #403C40

RGB

 RED value IS 64 (25.39% from 255) = 34.04%

 GREEN value IS 60 (23.83% from 255) = 31.91%

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 34.04%
G = 31.91%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403C40 (or 0x403C40) is known color: Fuscous Grey. HEX triplet: 40, 3C and 40. RGB value is (64,60,64). Sum of RGB (Red+Green+Blue) = 64+60+64=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C40 is #BFC3BF. Grayscale: #3D3D3D. Windows color (decimal): -12567488 or 4209728. OLE color: 4209728.

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

Color convert

RGB 64 60 64 -
CMYK 0 0.06 0 0.75
HSL 300º 0.03% 0.24% -
HSV(B) 300º 0.06% 0.25% -
XYZ 4.66 4.69 5.51 -
YUV 61.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 64 60 64 0 0.06 0 0.75 300 0.03 0.24
Hex 40 3C 40 0 6 0 4B 12C 3 18
Octal 100 74 100 0 6 0 113 454 3 30
Binary 1000000 111100 1000000 0 110 0 1001011 100101100 11 11000

Color Harmonies of #403C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C40

Black with #403C40

Text Example


Text Example

White with #403C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403C40;
 }
 .AnyTagClassName
 {
   color: #403C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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