#3F4023

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

Shades of El Paso #3F4023

Tints of El Paso #3F4023

Color information

#3F4023 (or 0x3F4023) is unknown color: approx El Paso. HEX triplet: 3F, 40 and 23. RGB value is (63,64,35). Sum of RGB (Red+Green+Blue) = 63+64+35=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4023 is #C0BFDC. Grayscale: #3C3C3C. Windows color (decimal): -12632029 or 2310207. OLE color: 2310207.

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

Color convert

RGB636435-
CMYK0.0200.450.75
HSL62.07º29.29%19.41%-
HSV(B)62.07º45.31%25.1%-
XYZ4.194.842.3-
YUV60.4113.67129.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=38.89%
G=39.51%
B=21.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364350.0200.450.7562.0729.2919.41
Hex3F4023202D4B3e1d13
Octal77100432055113763523
Binary111111100000010001110010110110010111111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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