#41402F

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

Shades of El Paso #41402F

Tints of El Paso #41402F

Color information

#41402F (or 0x41402F) is unknown color: approx El Paso. HEX triplet: 41, 40 and 2F. RGB value is (65,64,47). Sum of RGB (Red+Green+Blue) = 65+64+47=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41402F is #BEBFD0. Grayscale: #3E3E3E. Windows color (decimal): -12500945 or 3096641. OLE color: 3096641.

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

Color convert

RGB656447-
CMYK00.020.280.75
HSL56.67º16.07%21.96%-
HSV(B)56.67º27.69%25.49%-
XYZ4.5353.42-
YUV62.36119.33129.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=36.93%
G=36.36%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65644700.020.280.7556.6716.0721.96
Hex41402F021C4B391016
Octal101100570234113712026
Binary100000110000001011110101110010010111110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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