Html Css Color HEX #3E4022 El Paso

📋 copy color: '#3E4022'

red 62 ◦ green 64 ◦ blue 34

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

Shades of El Paso #3E4022

Tints of El Paso #3E4022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 38.75%
G = 40%
B = 21.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#3E4022 (or 0x3E4022) is known color: El Paso. HEX triplet: 3E, 40 and 22. RGB value is (62,64,34). Sum of RGB (Red+Green+Blue) = 62+64+34=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4022 is #C1BFDD. Grayscale: #3C3C3C. Windows color (decimal): -12697566 or 2244670. OLE color: 2244670.

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

Color convert

RGB 62 64 34 -
CMYK 0.03 0 0.47 0.75
HSL 64º 0.31% 0.19% -
HSV(B) 64º 0.47% 0.25% -
XYZ 4.11 4.81 2.22 -
YUV 59.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 62 64 34 0.03 0 0.47 0.75 64 0.31 0.19
Hex 3E 40 22 3 0 2F 4B 40 1F 13
Octal 76 100 42 3 0 57 113 100 37 23
Binary 111110 1000000 100010 11 0 101111 1001011 1000000 11111 10011

Color Harmonies of #3E4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4022

Black with #3E4022

Text Example


Text Example

White with #3E4022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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