#3F402D

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

Shades of El Paso #3F402D

Tints of El Paso #3F402D

Color information

#3F402D (or 0x3F402D) is unknown color: approx El Paso. HEX triplet: 3F, 40 and 2D. RGB value is (63,64,45). Sum of RGB (Red+Green+Blue) = 63+64+45=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3F402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F402D is #C0BFD2. Grayscale: #3D3D3D. Windows color (decimal): -12632019 or 2965567. OLE color: 2965567.

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

Color convert

RGB636445-
CMYK0.0200.300.75
HSL63.16º17.43%21.37%-
HSV(B)63.16º29.69%25.1%-
XYZ4.364.913.2-
YUV61.54118.67129.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=36.63%
G=37.21%
B=26.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364450.0200.300.7563.1617.4321.37
Hex3F402D201E4B3f1115
Octal77100552036113772125
Binary11111110000001011011001111010010111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,45); }

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

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

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

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

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

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

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