Html Css Color HEX #424227 El Paso

📋 copy color: '#424227'

red 66 ◦ green 66 ◦ blue 39

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

Shades of El Paso #424227

Tints of El Paso #424227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 38.6%
G = 38.6%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#424227 (or 0x424227) is known color: El Paso. HEX triplet: 42, 42 and 27. RGB value is (66,66,39). Sum of RGB (Red+Green+Blue) = 66+66+39=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424227 is #BDBDD8. Grayscale: #3F3F3F. Windows color (decimal): -12434905 or 2572866. OLE color: 2572866.

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

Color convert

RGB 66 66 39 -
CMYK 0 0 0.41 0.74
HSL 60º 0.26% 0.21% -
HSV(B) 60º 0.41% 0.26% -
XYZ 4.56 5.2 2.68 -
YUV 62.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 66 66 39 0 0 0.41 0.74 60 0.26 0.21
Hex 42 42 27 0 0 29 4A 3C 1A 15
Octal 102 102 47 0 0 51 112 74 32 25
Binary 1000010 1000010 100111 0 0 101001 1001010 111100 11010 10101

Color Harmonies of #424227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424227

Black with #424227

Text Example


Text Example

White with #424227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424227; }

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

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

background-color css

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

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

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

border-color css

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

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

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