#414129

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

Shades of El Paso #414129

Tints of El Paso #414129

Color information

#414129 (or 0x414129) is unknown color: approx El Paso. HEX triplet: 41, 41 and 29. RGB value is (65,65,41). Sum of RGB (Red+Green+Blue) = 65+65+41=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414129 is #BEBED6. Grayscale: #3E3E3E. Windows color (decimal): -12500695 or 2703681. OLE color: 2703681.

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

Color convert

RGB656541-
CMYK000.370.75
HSL60º22.64%20.78%-
HSV(B)60º36.92%25.49%-
XYZ4.475.062.84-
YUV62.26116129.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=38.01%
G=38.01%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656541000.370.756022.6420.78
Hex41412900254B3c1715
Octal101101510045113742725
Binary100000110000011010010010010110010111111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414129; }

 p { color: rgb(65,65,41); }

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

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

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

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

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

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

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