#42422A

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

Shades of El Paso #42422A

Tints of El Paso #42422A

Color information

#42422A (or 0x42422A) is unknown color: approx El Paso. HEX triplet: 42, 42 and 2A. RGB value is (66,66,42). Sum of RGB (Red+Green+Blue) = 66+66+42=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42422A is #BDBDD5. Grayscale: #3F3F3F. Windows color (decimal): -12434902 or 2769474. OLE color: 2769474.

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

Color convert

RGB666642-
CMYK000.360.74
HSL60º22.22%21.18%-
HSV(B)60º36.36%25.88%-
XYZ4.615.222.96-
YUV63.26116129.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=37.93%
G=37.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666642000.360.746022.2221.18
Hex42422A00244A3c1615
Octal102102520044112742625
Binary100001010000101010100010010010010101111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42422A; }

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

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

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

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

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

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

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

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