#3C3D1C

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

Shades of El Paso #3C3D1C

Tints of El Paso #3C3D1C

Color information

#3C3D1C (or 0x3C3D1C) is unknown color: approx El Paso. HEX triplet: 3C, 3D and 1C. RGB value is (60,61,28). Sum of RGB (Red+Green+Blue) = 60+61+28=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D1C is #C3C2E3. Grayscale: #393939. Windows color (decimal): -12829412 or 1850684. OLE color: 1850684.

HSL color Cylindrical-coordinate representation of color #3C3D1C: hue angle of 61.82º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C3D1C is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.

Color convert

RGB606128-
CMYK0.0200.540.76
HSL61.82º37.08%17.45%-
HSV(B)61.82º54.1%23.92%-
XYZ3.744.381.75-
YUV56.94111.67130.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=40.27%
G=40.94%
B=18.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6061280.0200.540.7661.8237.0817.45
Hex3C3D1C20364C3e2511
Octal7475342066114764521
Binary11110011110111100100110110100110011111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,61,28); }

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

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

 a { background-color: rgb(60,61,28); }

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

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

 span { border-color: rgb(60,61,28); }

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