#3C3E1F

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

Shades of El Paso #3C3E1F

Tints of El Paso #3C3E1F

Color information

#3C3E1F (or 0x3C3E1F) is unknown color: approx El Paso. HEX triplet: 3C, 3E and 1F. RGB value is (60,62,31). Sum of RGB (Red+Green+Blue) = 60+62+31=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E1F is #C3C1E0. Grayscale: #393939. Windows color (decimal): -12829153 or 2047548. OLE color: 2047548.

HSL color Cylindrical-coordinate representation of color #3C3E1F: hue angle of 63.87º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3E1F is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB606231-
CMYK0.0300.50.76
HSL63.87º33.33%18.24%-
HSV(B)63.87º50%24.31%-
XYZ3.834.51.96-
YUV57.87112.84129.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 62 (24.61% from 255) = 40.52%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=39.22%
G=40.52%
B=20.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6062310.0300.50.7663.8733.3318.24
Hex3C3E1F30324C402112
Octal74763730621141004122
Binary111100111110111111101100101001100100000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,62,31); }

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

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

 a { background-color: rgb(60,62,31); }

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

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

 span { border-color: rgb(60,62,31); }

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