Html Css Color HEX #40412A El Paso

📋 copy color: '#40412A'

red 64 ◦ green 65 ◦ blue 42

#40412A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #40412A

Tints of El Paso #40412A

RGB

 RED value IS 64 (25.39% from 255) = 37.43%

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 37.43%
G = 38.01%
B = 24.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

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

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

Color convert

RGB 64 65 42 -
CMYK 0.02 0 0.35 0.75
HSL 62.61º 0.21% 0.21% -
HSV(B) 62.61º 0.35% 0.25% -
XYZ 4.42 5.04 2.93 -
YUV 62.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 64 65 42 0.02 0 0.35 0.75 62.61 0.21 0.21
Hex 40 41 2A 2 0 23 4B 3F 15 15
Octal 100 101 52 2 0 43 113 77 25 25
Binary 1000000 1000001 101010 10 0 100011 1001011 111111 10101 10101

Color Harmonies of #40412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40412A

Black with #40412A

Text Example


Text Example

White with #40412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40412A;
 }
 .AnyTagClassName
 {
   color: #40412A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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