Html Css Color HEX #424421 El Paso

📋 copy color: '#424421'

red 66 ◦ green 68 ◦ blue 33

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

Shades of El Paso #424421

Tints of El Paso #424421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.72%

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 39.52%
G = 40.72%
B = 19.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#424421 (or 0x424421) is known color: El Paso. HEX triplet: 42, 44 and 21. RGB value is (66,68,33). Sum of RGB (Red+Green+Blue) = 66+68+33=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #424421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424421 is #BDBBDE. Grayscale: #3F3F3F. Windows color (decimal): -12434399 or 2180162. OLE color: 2180162.

HSL color Cylindrical-coordinate representation of color #424421: hue angle of 63.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424421 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 33 -
CMYK 0.03 0 0.51 0.73
HSL 63.43º 0.35% 0.2% -
HSV(B) 63.43º 0.51% 0.27% -
XYZ 4.59 5.4 2.24 -
YUV 63.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 66 68 33 0.03 0 0.51 0.73 63.43 0.35 0.2
Hex 42 44 21 3 0 33 49 3F 23 14
Octal 102 104 41 3 0 63 111 77 43 24
Binary 1000010 1000100 100001 11 0 110011 1001001 111111 100011 10100

Color Harmonies of #424421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424421

Black with #424421

Text Example


Text Example

White with #424421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424421; }

 p { color: rgb(66,68,33); }

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

background-color css

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

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

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

border-color css

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

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

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