#424229

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

Shades of El Paso #424229

Tints of El Paso #424229

Color information

#424229 (or 0x424229) is unknown color: approx El Paso. HEX triplet: 42, 42 and 29. RGB value is (66,66,41). Sum of RGB (Red+Green+Blue) = 66+66+41=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424229 is #BDBDD6. Grayscale: #3F3F3F. Windows color (decimal): -12434903 or 2703938. OLE color: 2703938.

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

Color convert

RGB666641-
CMYK000.380.74
HSL60º23.36%20.98%-
HSV(B)60º37.88%25.88%-
XYZ4.65.212.86-
YUV63.15115.5130.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=38.15%
G=38.15%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666641000.380.746023.3620.98
Hex42422900264A3c1715
Octal102102510046112742725
Binary100001010000101010010010011010010101111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424229; }

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

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

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

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

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

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

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

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