Html Css Color HEX #424122 El Paso

📋 copy color: '#424122'

red 66 ◦ green 65 ◦ blue 34

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

Shades of El Paso #424122

Tints of El Paso #424122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 34 (13.67% from 255) = 20.61%

R = 40%
G = 39.39%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#424122 (or 0x424122) is known color: El Paso. HEX triplet: 42, 41 and 22. RGB value is (66,65,34). Sum of RGB (Red+Green+Blue) = 66+65+34=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #424122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424122 is #BDBEDD. Grayscale: #3D3D3D. Windows color (decimal): -12435166 or 2244930. OLE color: 2244930.

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

Color convert

RGB 66 65 34 -
CMYK 0 0.02 0.48 0.74
HSL 58.13º 0.32% 0.2% -
HSV(B) 58.13º 0.48% 0.26% -
XYZ 4.43 5.05 2.26 -
YUV 61.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 66 65 34 0 0.02 0.48 0.74 58.13 0.32 0.2
Hex 42 41 22 0 2 30 4A 3A 20 14
Octal 102 101 42 0 2 60 112 72 40 24
Binary 1000010 1000001 100010 0 10 110000 1001010 111010 100000 10100

Color Harmonies of #424122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424122

Black with #424122

Text Example


Text Example

White with #424122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424122; }

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

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

background-color css

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

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

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

border-color css

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

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

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