#413542

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

Shades of Fuscous Grey #413542

Tints of Fuscous Grey #413542

Color information

#413542 (or 0x413542) is unknown color: approx Fuscous Grey. HEX triplet: 41, 35 and 42. RGB value is (65,53,66). Sum of RGB (Red+Green+Blue) = 65+53+66=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 66 - color contains mainly: blue. Hex color #413542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413542 is #BECABD. Grayscale: #3A3A3A. Windows color (decimal): -12503742 or 4339009. OLE color: 4339009.

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

Color convert

RGB655366-
CMYK0.020.2000.74
HSL295.38º10.92%23.33%-
HSV(B)295.38º19.7%25.88%-
XYZ4.444.065.7-
YUV58.07132.48132.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=35.33%
G=28.80%
B=35.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6553660.020.2000.74295.3810.9223.33
Hex41354221404A127b17
Octal1016510222401124471327
Binary10000011101011000010101010001001010100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413542; }

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

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

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

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

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

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

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

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