#42411D

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

Shades of El Paso #42411D

Tints of El Paso #42411D

Color information

#42411D (or 0x42411D) is unknown color: approx El Paso. HEX triplet: 42, 41 and 1D. RGB value is (66,65,29). Sum of RGB (Red+Green+Blue) = 66+65+29=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42411D is #BDBEE2. Grayscale: #3D3D3D. Windows color (decimal): -12435171 or 1917250. OLE color: 1917250.

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

Color convert

RGB666529-
CMYK00.020.560.74
HSL58.38º38.95%18.63%-
HSV(B)58.38º56.06%25.88%-
XYZ4.365.031.9-
YUV61.19109.83131.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=41.25%
G=40.62%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66652900.020.560.7458.3838.9518.63
Hex42411D02384A3a2713
Octal102101350270112724723
Binary1000010100000111101010111000100101011101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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