#423741

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

Shades of Fuscous Grey #423741

Tints of Fuscous Grey #423741

Color information

#423741 (or 0x423741) is unknown color: approx Fuscous Grey. HEX triplet: 42, 37 and 41. RGB value is (66,55,65). Sum of RGB (Red+Green+Blue) = 66+55+65=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #423741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423741 is #BDC8BE. Grayscale: #3B3B3B. Windows color (decimal): -12437695 or 4273986. OLE color: 4273986.

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

Color convert

RGB665565-
CMYK00.170.020.74
HSL305.45º9.09%23.73%-
HSV(B)305.45º16.67%25.88%-
XYZ4.574.275.58-
YUV59.43131.14132.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=35.48%
G=29.57%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66556500.170.020.74305.459.0923.73
Hex42374101124A131918
Octal1026710102121124611130
Binary10000101101111000001010001101001010100110001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423741; }

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

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

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

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

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

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

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

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