#413640

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

Shades of Fuscous Grey #413640

Tints of Fuscous Grey #413640

Color information

#413640 (or 0x413640) is unknown color: approx Fuscous Grey. HEX triplet: 41, 36 and 40. RGB value is (65,54,64). Sum of RGB (Red+Green+Blue) = 65+54+64=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #413640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413640 is #BEC9BF. Grayscale: #3A3A3A. Windows color (decimal): -12503488 or 4208193. OLE color: 4208193.

HSL color Cylindrical-coordinate representation of color #413640: hue angle of 305.45º 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 #413640 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB655464-
CMYK00.170.020.75
HSL305.45º9.24%23.33%-
HSV(B)305.45º16.92%25.49%-
XYZ4.424.135.41-
YUV58.43131.14132.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=35.52%
G=29.51%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65546400.170.020.75305.459.2423.33
Hex41364001124B131917
Octal1016610002121134611127
Binary10000011101101000000010001101001011100110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413640; }

 p { color: rgb(65,54,64); }

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

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

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

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

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

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

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