#403540

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

Shades of Fuscous Grey #403540

Tints of Fuscous Grey #403540

Color information

#403540 (or 0x403540) is unknown color: approx 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

RGB645364-
CMYK00.1700.75
HSL300º9.4%22.94%-
HSV(B)300º17.19%25.1%-
XYZ4.314.015.4-
YUV57.54131.64132.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64536400.1700.753009.422.94
Hex40354001104B12c917
Octal1006510002101134541127
Binary1000000110101100000001000101001011100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>