Html Css Color HEX #403540 Fuscous Grey

📋 copy color: '#403540'

red 64 ◦ green 53 ◦ blue 64

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

Shades of Fuscous Grey #403540

Tints of Fuscous Grey #403540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.28%

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

R = 35.36%
G = 29.28%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403540 (or 0x403540) is known color: Fuscous Grey. HEX triplet: 40, 35 and 40. RGB value is (64,53,64). Sum of RGB (Red+Green+Blue) = 64+53+64=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403540 is #BFCABF. Grayscale: #393939. Windows color (decimal): -12569280 or 4207936. OLE color: 4207936.

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

Color convert

RGB 64 53 64 -
CMYK 0 0.17 0 0.75
HSL 300º 0.09% 0.23% -
HSV(B) 300º 0.17% 0.25% -
XYZ 4.31 4.01 5.4 -
YUV 57.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 64 53 64 0 0.17 0 0.75 300 0.09 0.23
Hex 40 35 40 0 11 0 4B 12C 9 17
Octal 100 65 100 0 21 0 113 454 11 27
Binary 1000000 110101 1000000 0 10001 0 1001011 100101100 1001 10111

Color Harmonies of #403540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403540

Black with #403540

Text Example


Text Example

White with #403540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403540; }

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

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

background-color css

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

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

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

border-color css

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

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

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