#42411E

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

Shades of El Paso #42411E

Tints of El Paso #42411E

Color information

#42411E (or 0x42411E) is unknown color: approx El Paso. HEX triplet: 42, 41 and 1E. RGB value is (66,65,30). Sum of RGB (Red+Green+Blue) = 66+65+30=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #42411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42411E is #BDBEE1. Grayscale: #3D3D3D. Windows color (decimal): -12435170 or 1982786. OLE color: 1982786.

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

Color convert

RGB666530-
CMYK00.020.550.74
HSL58.33º37.5%18.82%-
HSV(B)58.33º54.55%25.88%-
XYZ4.375.031.97-
YUV61.31110.33131.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=40.99%
G=40.37%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66653000.020.550.7458.3337.518.82
Hex42411E02374A3a2613
Octal102101360267112724623
Binary1000010100000111110010110111100101011101010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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