#414229

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

Shades of El Paso #414229

Tints of El Paso #414229

Color information

#414229 (or 0x414229) is unknown color: approx El Paso. HEX triplet: 41, 42 and 29. RGB value is (65,66,41). Sum of RGB (Red+Green+Blue) = 65+66+41=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #414229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414229 is #BEBDD6. Grayscale: #3E3E3E. Windows color (decimal): -12500439 or 2703937. OLE color: 2703937.

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

Color convert

RGB656641-
CMYK0.0200.380.74
HSL62.4º23.36%20.98%-
HSV(B)62.4º37.88%25.88%-
XYZ4.535.182.86-
YUV62.85115.67129.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=37.79%
G=38.37%
B=23.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566410.0200.380.7462.423.3620.98
Hex41422920264A3e1715
Octal101102512046112762725
Binary1000001100001010100110010011010010101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414229; }

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

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

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

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

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

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

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

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