#423541

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

Shades of Fuscous Grey #423541

Tints of Fuscous Grey #423541

Color information

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

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

Color convert

RGB665365-
CMYK00.200.020.74
HSL304.62º10.92%23.33%-
HSV(B)304.62º19.7%25.88%-
XYZ4.474.095.55-
YUV58.26131.81133.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66536500.200.020.74304.6210.9223.33
Hex42354101424A131b17
Octal1026510102421124611327
Binary10000101101011000001010100101001010100110001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423541; }

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

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

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

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

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

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

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

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