#42422E

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

Shades of El Paso #42422E

Tints of El Paso #42422E

Color information

#42422E (or 0x42422E) is unknown color: approx El Paso. HEX triplet: 42, 42 and 2E. RGB value is (66,66,46). Sum of RGB (Red+Green+Blue) = 66+66+46=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42422E is #BDBDD1. Grayscale: #3F3F3F. Windows color (decimal): -12434898 or 3031618. OLE color: 3031618.

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

Color convert

RGB666646-
CMYK000.300.74
HSL60º17.86%21.96%-
HSV(B)60º30.3%25.88%-
XYZ4.695.253.35-
YUV63.72118129.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=37.08%
G=37.08%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666646000.300.746017.8621.96
Hex42422E001E4A3c1216
Octal102102560036112742226
Binary10000101000010101110001111010010101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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