Html Css Color HEX #40411B El Paso

📋 copy color: '#40411B'

red 64 ◦ green 65 ◦ blue 27

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

Shades of El Paso #40411B

Tints of El Paso #40411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 41.03%
G = 41.67%
B = 17.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40411B (or 0x40411B) is known color: El Paso. HEX triplet: 40, 41 and 1B. RGB value is (64,65,27). Sum of RGB (Red+Green+Blue) = 64+65+27=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #40411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40411B is #BFBEE4. Grayscale: #3C3C3C. Windows color (decimal): -12566245 or 1786176. OLE color: 1786176.

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

Color convert

RGB 64 65 27 -
CMYK 0.02 0 0.58 0.75
HSL 61.58º 0.41% 0.18% -
HSV(B) 61.58º 0.58% 0.25% -
XYZ 4.2 4.95 1.77 -
YUV 60.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 64 65 27 0.02 0 0.58 0.75 61.58 0.41 0.18
Hex 40 41 1B 2 0 3A 4B 3E 29 12
Octal 100 101 33 2 0 72 113 76 51 22
Binary 1000000 1000001 11011 10 0 111010 1001011 111110 101001 10010

Color Harmonies of #40411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40411B

Black with #40411B

Text Example


Text Example

White with #40411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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