#3F4123

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

Shades of El Paso #3F4123

Tints of El Paso #3F4123

Color information

#3F4123 (or 0x3F4123) is unknown color: approx El Paso. HEX triplet: 3F, 41 and 23. RGB value is (63,65,35). Sum of RGB (Red+Green+Blue) = 63+65+35=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4123 is #C0BEDC. Grayscale: #3D3D3D. Windows color (decimal): -12631773 or 2310463. OLE color: 2310463.

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

Color convert

RGB636535-
CMYK0.0300.460.75
HSL64º30%19.61%-
HSV(B)64º46.15%25.49%-
XYZ4.244.962.32-
YUV60.98113.34129.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=38.65%
G=39.88%
B=21.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365350.0300.460.75643019.61
Hex3F4123302E4B401e14
Octal771014330561131003624
Binary1111111000001100011110101110100101110000001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,35); }

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

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

 a { background-color: rgb(63,65,35); }

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

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

 span { border-color: rgb(63,65,35); }

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