#41402A

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

Shades of El Paso #41402A

Tints of El Paso #41402A

Color information

#41402A (or 0x41402A) is unknown color: approx El Paso. HEX triplet: 41, 40 and 2A. RGB value is (65,64,42). Sum of RGB (Red+Green+Blue) = 65+64+42=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #41402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41402A is #BEBFD5. Grayscale: #3D3D3D. Windows color (decimal): -12500950 or 2768961. OLE color: 2768961.

HSL color Cylindrical-coordinate representation of color #41402A: hue angle of 57.39º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41402A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB656442-
CMYK00.020.350.75
HSL57.39º21.5%20.98%-
HSV(B)57.39º35.38%25.49%-
XYZ4.434.962.91-
YUV61.79116.83130.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=38.01%
G=37.43%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65644200.020.350.7557.3921.520.98
Hex41402A02234B391515
Octal101100520243113712525
Binary1000001100000010101001010001110010111110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,64,42); }

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

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

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

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

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

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

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