Html Css Color HEX #414229 El Paso

📋 copy color: '#414229'

red 65 ◦ green 66 ◦ blue 41

#414229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #414229

Tints of El Paso #414229

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 value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#414229 (or 0x414229) is known color: 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

RGB 65 66 41 -
CMYK 0.02 0 0.38 0.74
HSL 62.4º 0.23% 0.21% -
HSV(B) 62.4º 0.38% 0.26% -
XYZ 4.53 5.18 2.86 -
YUV 62.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 65 66 41 0.02 0 0.38 0.74 62.4 0.23 0.21
Hex 41 42 29 2 0 26 4A 3E 17 15
Octal 101 102 51 2 0 46 112 76 27 25
Binary 1000001 1000010 101001 10 0 100110 1001010 111110 10111 10101

Color Harmonies of #414229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414229

Black with #414229

Text Example


Text Example

White with #414229

Text Example


Text Example

HTML Codes & Css Web 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>