#41402C

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

Shades of El Paso #41402C

Tints of El Paso #41402C

Color information

#41402C (or 0x41402C) is unknown color: approx El Paso. HEX triplet: 41, 40 and 2C. RGB value is (65,64,44). Sum of RGB (Red+Green+Blue) = 65+64+44=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #41402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41402C is #BEBFD3. Grayscale: #3E3E3E. Windows color (decimal): -12500948 or 2900033. OLE color: 2900033.

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

Color convert

RGB656444-
CMYK00.020.320.75
HSL57.14º19.27%21.37%-
HSV(B)57.14º32.31%25.49%-
XYZ4.474.973.11-
YUV62.02117.83130.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=37.57%
G=36.99%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65644400.020.320.7557.1419.2721.37
Hex41402C02204B391315
Octal101100540240113712325
Binary1000001100000010110001010000010010111110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41402C; }

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

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

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

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

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

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

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

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