#3C3D20

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

Shades of El Paso #3C3D20

Tints of El Paso #3C3D20

Color information

#3C3D20 (or 0x3C3D20) is unknown color: approx El Paso. HEX triplet: 3C, 3D and 20. RGB value is (60,61,32). Sum of RGB (Red+Green+Blue) = 60+61+32=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D20 is #C3C2DF. Grayscale: #393939. Windows color (decimal): -12829408 or 2112828. OLE color: 2112828.

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

Color convert

RGB606132-
CMYK0.0200.480.76
HSL62.07º31.18%18.24%-
HSV(B)62.07º47.54%23.92%-
XYZ3.794.42.02-
YUV57.4113.67129.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=39.22%
G=39.87%
B=20.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6061320.0200.480.7662.0731.1818.24
Hex3C3D2020304C3e1f12
Octal7475402060114763722
Binary11110011110110000010011000010011001111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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