Html Css Color HEX #40401E El Paso

📋 copy color: '#40401E'

red 64 ◦ green 64 ◦ blue 30

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

Shades of El Paso #40401E

Tints of El Paso #40401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 40.51%
G = 40.51%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#40401E (or 0x40401E) is known color: El Paso. HEX triplet: 40, 40 and 1E. RGB value is (64,64,30). Sum of RGB (Red+Green+Blue) = 64+64+30=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40401E is #BFBFE1. Grayscale: #3C3C3C. Windows color (decimal): -12566498 or 1982528. OLE color: 1982528.

HSL color Cylindrical-coordinate representation of color #40401E: hue angle of 60º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40401E is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 64 30 -
CMYK 0 0 0.53 0.75
HSL 60º 0.36% 0.18% -
HSV(B) 60º 0.53% 0.25% -
XYZ 4.18 4.85 1.94 -
YUV 60.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 64 64 30 0 0 0.53 0.75 60 0.36 0.18
Hex 40 40 1E 0 0 35 4B 3C 24 12
Octal 100 100 36 0 0 65 113 74 44 22
Binary 1000000 1000000 11110 0 0 110101 1001011 111100 100100 10010

Color Harmonies of #40401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40401E

Black with #40401E

Text Example


Text Example

White with #40401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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