#3C3D1A

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

Shades of El Paso #3C3D1A

Tints of El Paso #3C3D1A

Color information

#3C3D1A (or 0x3C3D1A) is unknown color: approx El Paso. HEX triplet: 3C, 3D and 1A. RGB value is (60,61,26). Sum of RGB (Red+Green+Blue) = 60+61+26=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D1A is #C3C2E5. Grayscale: #383838. Windows color (decimal): -12829414 or 1719612. OLE color: 1719612.

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

Color convert

RGB606126-
CMYK0.0200.570.76
HSL61.71º40.23%17.06%-
HSV(B)61.71º57.38%23.92%-
XYZ3.724.371.63-
YUV56.71110.67130.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 61 (24.22% from 255) = 41.50%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=40.82%
G=41.50%
B=17.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6061260.0200.570.7661.7140.2317.06
Hex3C3D1A20394C3e2811
Octal7475322071114765021
Binary11110011110111010100111001100110011111010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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