#423241

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

Shades of Fuscous Grey #423241

Tints of Fuscous Grey #423241

Color information

#423241 (or 0x423241) is unknown color: approx Fuscous Grey. HEX triplet: 42, 32 and 41. RGB value is (66,50,65). Sum of RGB (Red+Green+Blue) = 66+50+65=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423241 is #BDCDBE. Grayscale: #383838. Windows color (decimal): -12438975 or 4272706. OLE color: 4272706.

HSL color Cylindrical-coordinate representation of color #423241: hue angle of 303.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423241 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB665065-
CMYK00.240.020.74
HSL303.75º13.79%22.75%-
HSV(B)303.75º24.24%25.88%-
XYZ4.343.825.51-
YUV56.49132.8134.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=36.46%
G=27.62%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66506500.240.020.74303.7513.7922.75
Hex42324101824A130e17
Octal1026210103021124601627
Binary10000101100101000001011000101001010100110000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423241; }

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

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

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

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

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

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

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

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