Html Css Color HEX #424320 El Paso

📋 copy color: '#424320'

red 66 ◦ green 67 ◦ blue 32

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

Shades of El Paso #424320

Tints of El Paso #424320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.61%

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

R = 40%
G = 40.61%
B = 19.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#424320 (or 0x424320) is known color: El Paso. HEX triplet: 42, 43 and 20. RGB value is (66,67,32). Sum of RGB (Red+Green+Blue) = 66+67+32=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #424320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424320 is #BDBCDF. Grayscale: #3E3E3E. Windows color (decimal): -12434656 or 2114370. OLE color: 2114370.

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

Color convert

RGB 66 67 32 -
CMYK 0.01 0 0.52 0.74
HSL 61.71º 0.35% 0.19% -
HSV(B) 61.71º 0.52% 0.26% -
XYZ 4.51 5.28 2.15 -
YUV 62.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 66 67 32 0.01 0 0.52 0.74 61.71 0.35 0.19
Hex 42 43 20 1 0 34 4A 3E 23 13
Octal 102 103 40 1 0 64 112 76 43 23
Binary 1000010 1000011 100000 1 0 110100 1001010 111110 100011 10011

Color Harmonies of #424320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424320

Black with #424320

Text Example


Text Example

White with #424320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424320; }

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

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

background-color css

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

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

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

border-color css

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

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

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