Html Css Color HEX #424220 El Paso

📋 copy color: '#424220'

red 66 ◦ green 66 ◦ blue 32

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

Shades of El Paso #424220

Tints of El Paso #424220

RGB

 RED value IS 66 (26.17% from 255) = 40.24%

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

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

R = 40.24%
G = 40.24%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#424220 (or 0x424220) is known color: El Paso. HEX triplet: 42, 42 and 20. RGB value is (66,66,32). Sum of RGB (Red+Green+Blue) = 66+66+32=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424220 is #BDBDDF. Grayscale: #3E3E3E. Windows color (decimal): -12434912 or 2114114. OLE color: 2114114.

HSL color Cylindrical-coordinate representation of color #424220: hue angle of 60º 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 #424220 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 32 -
CMYK 0 0 0.52 0.74
HSL 60º 0.35% 0.19% -
HSV(B) 60º 0.52% 0.26% -
XYZ 4.46 5.16 2.13 -
YUV 62.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 66 66 32 0 0 0.52 0.74 60 0.35 0.19
Hex 42 42 20 0 0 34 4A 3C 23 13
Octal 102 102 40 0 0 64 112 74 43 23
Binary 1000010 1000010 100000 0 0 110100 1001010 111100 100011 10011

Color Harmonies of #424220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424220

Black with #424220

Text Example


Text Example

White with #424220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424220; }

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

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

background-color css

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

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

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

border-color css

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

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

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