#41401E

Color #41401E El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #41401E

Tints of El Paso #41401E

Color information

#41401E (or 0x41401E) is unknown color: approx El Paso. HEX triplet: 41, 40 and 1E. RGB value is (65,64,30). Sum of RGB (Red+Green+Blue) = 65+64+30=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41401E is #BEBFE1. Grayscale: #3C3C3C. Windows color (decimal): -12500962 or 1982529. OLE color: 1982529.

HSL color Cylindrical-coordinate representation of color #41401E: hue angle of 58.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41401E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB656430-
CMYK00.020.540.75
HSL58.29º36.84%18.63%-
HSV(B)58.29º53.85%25.49%-
XYZ4.254.881.95-
YUV60.42110.83131.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=40.88%
G=40.25%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65643000.020.540.7558.2936.8418.63
Hex41401E02364B3a2513
Octal101100360266113724523
Binary1000001100000011110010110110100101111101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41401E; }

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

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

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

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

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

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

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

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