#3F3E2A

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

Shades of El Paso #3F3E2A

Tints of El Paso #3F3E2A

Color information

#3F3E2A (or 0x3F3E2A) is unknown color: approx El Paso. HEX triplet: 3F, 3E and 2A. RGB value is (63,62,42). Sum of RGB (Red+Green+Blue) = 63+62+42=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E2A is #C0C1D5. Grayscale: #3C3C3C. Windows color (decimal): -12632534 or 2768447. OLE color: 2768447.

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

Color convert

RGB636242-
CMYK00.020.330.75
HSL57.14º20%20.59%-
HSV(B)57.14º33.33%24.71%-
XYZ4.194.672.87-
YUV60.02117.83130.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=37.72%
G=37.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63624200.020.330.7557.142020.59
Hex3F3E2A02214B391415
Octal7776520241113712425
Binary11111111111010101001010000110010111110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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