Html Css Color HEX #3E4028 El Paso

📋 copy color: '#3E4028'

red 62 ◦ green 64 ◦ blue 40

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

Shades of El Paso #3E4028

Tints of El Paso #3E4028

RGB

 RED value IS 62 (24.61% from 255) = 37.35%

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

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 37.35%
G = 38.55%
B = 24.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#3E4028 (or 0x3E4028) is known color: El Paso. HEX triplet: 3E, 40 and 28. RGB value is (62,64,40). Sum of RGB (Red+Green+Blue) = 62+64+40=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4028 is #C1BFD7. Grayscale: #3C3C3C. Windows color (decimal): -12697560 or 2637886. OLE color: 2637886.

HSL color Cylindrical-coordinate representation of color #3E4028: hue angle of 65º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E4028 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 64 40 -
CMYK 0.03 0 0.38 0.75
HSL 65º 0.23% 0.2% -
HSV(B) 65º 0.38% 0.25% -
XYZ 4.2 4.84 2.72 -
YUV 60.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 62 64 40 0.03 0 0.38 0.75 65 0.23 0.2
Hex 3E 40 28 3 0 26 4B 41 17 14
Octal 76 100 50 3 0 46 113 101 27 24
Binary 111110 1000000 101000 11 0 100110 1001011 1000001 10111 10100

Color Harmonies of #3E4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4028

Black with #3E4028

Text Example


Text Example

White with #3E4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4028; }

 p { color: rgb(62,64,40); }

 H1.HeaderClassName
 {
   color: #3E4028;
 }
 .AnyTagClassName
 {
   color: #3E4028;
 }
</style>

background-color css

<style>
 a { background-color: #3E4028; }

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

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

border-color css

<style>
 span { border-color: #3E4028; }

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

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