#3F3E20

Color #3F3E20 El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #3F3E20

Tints of El Paso #3F3E20

Color information

#3F3E20 (or 0x3F3E20) is unknown color: approx El Paso. HEX triplet: 3F, 3E and 20. RGB value is (63,62,32). Sum of RGB (Red+Green+Blue) = 63+62+32=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E20 is #C0C1DF. Grayscale: #3B3B3B. Windows color (decimal): -12632544 or 2113087. OLE color: 2113087.

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

Color convert

RGB636232-
CMYK00.020.490.75
HSL58.06º32.63%18.63%-
HSV(B)58.06º49.21%24.71%-
XYZ4.034.612.04-
YUV58.88112.83130.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=40.13%
G=39.49%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63623200.020.490.7558.0632.6318.63
Hex3F3E2002314B3a2113
Octal7776400261113724123
Binary111111111110100000010110001100101111101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,62,32); }

 H1.HeaderClassName
 {
   color: #3F3E20;
 }
 .AnyTagClassName
 {
   color: #3F3E20;
 }
</style>
background-color css

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

 a { background-color: rgb(63,62,32); }

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

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

 span { border-color: rgb(63,62,32); }

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