#41411A

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

Shades of El Paso #41411A

Tints of El Paso #41411A

Color information

#41411A (or 0x41411A) is unknown color: approx El Paso. HEX triplet: 41, 41 and 1A. RGB value is (65,65,26). Sum of RGB (Red+Green+Blue) = 65+65+26=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41411A is #BEBEE5. Grayscale: #3C3C3C. Windows color (decimal): -12500710 or 1720641. OLE color: 1720641.

HSL color Cylindrical-coordinate representation of color #41411A: hue angle of 60º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41411A is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB656526-
CMYK000.600.75
HSL60º42.86%17.84%-
HSV(B)60º60%25.49%-
XYZ4.264.981.71-
YUV60.55108.5131.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656526000.600.756042.8617.84
Hex41411A003C4B3c2b12
Octal101101320074113745322
Binary100000110000011101000111100100101111110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,65,26); }

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

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

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

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

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

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

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