#403542

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

Shades of Fuscous Grey #403542

Tints of Fuscous Grey #403542

Color information

#403542 (or 0x403542) is unknown color: approx Fuscous Grey. HEX triplet: 40, 35 and 42. RGB value is (64,53,66). Sum of RGB (Red+Green+Blue) = 64+53+66=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #403542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403542 is #BFCABD. Grayscale: #393939. Windows color (decimal): -12569278 or 4339008. OLE color: 4339008.

HSL color Cylindrical-coordinate representation of color #403542: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403542 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB645366-
CMYK0.030.2000.74
HSL290.77º10.92%23.33%-
HSV(B)290.77º19.7%25.88%-
XYZ4.374.035.7-
YUV57.77132.64132.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=34.97%
G=28.96%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6453660.030.2000.74290.7710.9223.33
Hex40354231404A123b17
Octal1006510232401124431327
Binary10000001101011000010111010001001010100100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403542; }

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

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

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

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

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

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

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

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