#424228

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

Shades of El Paso #424228

Tints of El Paso #424228

Color information

#424228 (or 0x424228) is unknown color: approx El Paso. HEX triplet: 42, 42 and 28. RGB value is (66,66,40). Sum of RGB (Red+Green+Blue) = 66+66+40=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424228 is #BDBDD7. Grayscale: #3F3F3F. Windows color (decimal): -12434904 or 2638402. OLE color: 2638402.

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

Color convert

RGB666640-
CMYK000.390.74
HSL60º24.53%20.78%-
HSV(B)60º39.39%25.88%-
XYZ4.585.212.77-
YUV63.04115130.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=38.37%
G=38.37%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666640000.390.746024.5320.78
Hex42422800274A3c1915
Octal102102500047112743125
Binary100001010000101010000010011110010101111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424228; }

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

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

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

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

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

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

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

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