Html Css Color HEX #40401B El Paso

📋 copy color: '#40401B'

red 64 ◦ green 64 ◦ blue 27

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

Shades of El Paso #40401B

Tints of El Paso #40401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

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

R = 41.29%
G = 41.29%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40401B (or 0x40401B) is known color: El Paso. HEX triplet: 40, 40 and 1B. RGB value is (64,64,27). Sum of RGB (Red+Green+Blue) = 64+64+27=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40401B is #BFBFE4. Grayscale: #3B3B3B. Windows color (decimal): -12566501 or 1785920. OLE color: 1785920.

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

Color convert

RGB 64 64 27 -
CMYK 0 0 0.58 0.75
HSL 60º 0.41% 0.18% -
HSV(B) 60º 0.58% 0.25% -
XYZ 4.15 4.84 1.75 -
YUV 59.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 64 64 27 0 0 0.58 0.75 60 0.41 0.18
Hex 40 40 1B 0 0 3A 4B 3C 29 12
Octal 100 100 33 0 0 72 113 74 51 22
Binary 1000000 1000000 11011 0 0 111010 1001011 111100 101001 10010

Color Harmonies of #40401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40401B

Black with #40401B

Text Example


Text Example

White with #40401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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