Html Css Color HEX #40412B El Paso

📋 copy color: '#40412B'

red 64 ◦ green 65 ◦ blue 43

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

Shades of El Paso #40412B

Tints of El Paso #40412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 37.21%
G = 37.79%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#40412B (or 0x40412B) is known color: El Paso. HEX triplet: 40, 41 and 2B. RGB value is (64,65,43). Sum of RGB (Red+Green+Blue) = 64+65+43=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #40412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40412B is #BFBED4. Grayscale: #3E3E3E. Windows color (decimal): -12566229 or 2834752. OLE color: 2834752.

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

Color convert

RGB 64 65 43 -
CMYK 0.02 0 0.34 0.75
HSL 62.73º 0.2% 0.21% -
HSV(B) 62.73º 0.34% 0.25% -
XYZ 4.44 5.05 3.03 -
YUV 62.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 64 65 43 0.02 0 0.34 0.75 62.73 0.2 0.21
Hex 40 41 2B 2 0 22 4B 3F 14 15
Octal 100 101 53 2 0 42 113 77 24 25
Binary 1000000 1000001 101011 10 0 100010 1001011 111111 10100 10101

Color Harmonies of #40412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40412B

Black with #40412B

Text Example


Text Example

White with #40412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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