Html Css Color HEX #414220 El Paso

📋 copy color: '#414220'

red 65 ◦ green 66 ◦ blue 32

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

Shades of El Paso #414220

Tints of El Paso #414220

RGB

 RED value IS 65 (25.78% from 255) = 39.88%

 GREEN value IS 66 (26.17% from 255) = 40.49%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 39.88%
G = 40.49%
B = 19.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#414220 (or 0x414220) is known color: El Paso. HEX triplet: 41, 42 and 20. RGB value is (65,66,32). Sum of RGB (Red+Green+Blue) = 65+66+32=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #414220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414220 is #BEBDDF. Grayscale: #3D3D3D. Windows color (decimal): -12500448 or 2114113. OLE color: 2114113.

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

Color convert

RGB 65 66 32 -
CMYK 0.02 0 0.52 0.74
HSL 61.76º 0.35% 0.19% -
HSV(B) 61.76º 0.52% 0.26% -
XYZ 4.39 5.12 2.12 -
YUV 61.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 65 66 32 0.02 0 0.52 0.74 61.76 0.35 0.19
Hex 41 42 20 2 0 34 4A 3E 23 13
Octal 101 102 40 2 0 64 112 76 43 23
Binary 1000001 1000010 100000 10 0 110100 1001010 111110 100011 10011

Color Harmonies of #414220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414220

Black with #414220

Text Example


Text Example

White with #414220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414220; }

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

 H1.HeaderClassName
 {
   color: #414220;
 }
 .AnyTagClassName
 {
   color: #414220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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