Html Css Color HEX #424229 El Paso

📋 copy color: '#424229'

red 66 ◦ green 66 ◦ blue 41

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

Shades of El Paso #424229

Tints of El Paso #424229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.7%

R = 38.15%
G = 38.15%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#424229 (or 0x424229) is known color: El Paso. HEX triplet: 42, 42 and 29. RGB value is (66,66,41). Sum of RGB (Red+Green+Blue) = 66+66+41=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424229 is #BDBDD6. Grayscale: #3F3F3F. Windows color (decimal): -12434903 or 2703938. OLE color: 2703938.

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

Color convert

RGB 66 66 41 -
CMYK 0 0 0.38 0.74
HSL 60º 0.23% 0.21% -
HSV(B) 60º 0.38% 0.26% -
XYZ 4.6 5.21 2.86 -
YUV 63.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 66 66 41 0 0 0.38 0.74 60 0.23 0.21
Hex 42 42 29 0 0 26 4A 3C 17 15
Octal 102 102 51 0 0 46 112 74 27 25
Binary 1000010 1000010 101001 0 0 100110 1001010 111100 10111 10101

Color Harmonies of #424229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424229

Black with #424229

Text Example


Text Example

White with #424229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424229; }

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

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

background-color css

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

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

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

border-color css

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

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

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