#42411C

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

Shades of El Paso #42411C

Tints of El Paso #42411C

Color information

#42411C (or 0x42411C) is unknown color: approx El Paso. HEX triplet: 42, 41 and 1C. RGB value is (66,65,28). Sum of RGB (Red+Green+Blue) = 66+65+28=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #42411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42411C is #BDBEE3. Grayscale: #3D3D3D. Windows color (decimal): -12435172 or 1851714. OLE color: 1851714.

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

Color convert

RGB666528-
CMYK00.020.580.74
HSL58.42º40.43%18.43%-
HSV(B)58.42º57.58%25.88%-
XYZ4.355.021.84-
YUV61.08109.33131.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=41.51%
G=40.88%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66652800.020.580.7458.4240.4318.43
Hex42411C023A4A3a2812
Octal102101340272112725022
Binary1000010100000111100010111010100101011101010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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