#41412A

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

Shades of El Paso #41412A

Tints of El Paso #41412A

Color information

#41412A (or 0x41412A) is unknown color: approx El Paso. HEX triplet: 41, 41 and 2A. RGB value is (65,65,42). Sum of RGB (Red+Green+Blue) = 65+65+42=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41412A is #BEBED5. Grayscale: #3E3E3E. Windows color (decimal): -12500694 or 2769217. OLE color: 2769217.

HSL color Cylindrical-coordinate representation of color #41412A: hue angle of 60º 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 #41412A is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB656542-
CMYK000.350.75
HSL60º21.5%20.98%-
HSV(B)60º35.38%25.49%-
XYZ4.495.072.93-
YUV62.38116.5129.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=37.79%
G=37.79%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656542000.350.756021.520.98
Hex41412A00234B3c1515
Octal101101520043113742525
Binary100000110000011010100010001110010111111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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