#424124

Color #424124 El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #424124

Tints of El Paso #424124

Color information

#424124 (or 0x424124) is unknown color: approx El Paso. HEX triplet: 42, 41 and 24. RGB value is (66,65,36). Sum of RGB (Red+Green+Blue) = 66+65+36=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #424124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424124 is #BDBEDB. Grayscale: #3E3E3E. Windows color (decimal): -12435164 or 2376002. OLE color: 2376002.

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

Color convert

RGB666536-
CMYK00.020.450.74
HSL58º29.41%20%-
HSV(B)58º45.45%25.88%-
XYZ4.465.072.41-
YUV61.99113.33130.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=39.52%
G=38.92%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66653600.020.450.745829.4120
Hex424124022D4A3a1d14
Octal102101440255112723524
Binary1000010100000110010001010110110010101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424124; }

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

 H1.HeaderClassName
 {
   color: #424124;
 }
 .AnyTagClassName
 {
   color: #424124;
 }
</style>
background-color css

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

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

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

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

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

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