#3C3D2E

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

Shades of El Paso #3C3D2E

Tints of El Paso #3C3D2E

Color information

#3C3D2E (or 0x3C3D2E) is unknown color: approx El Paso. HEX triplet: 3C, 3D and 2E. RGB value is (60,61,46). Sum of RGB (Red+Green+Blue) = 60+61+46=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D2E is #C3C2D1. Grayscale: #3B3B3B. Windows color (decimal): -12829394 or 3030332. OLE color: 3030332.

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

Color convert

RGB606146-
CMYK0.0200.250.76
HSL64º14.02%20.98%-
HSV(B)64º24.59%23.92%-
XYZ4.034.53.24-
YUV58.99120.67128.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.93%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=35.93%
G=36.53%
B=27.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6061460.0200.250.766414.0220.98
Hex3C3D2E20194C40e15
Octal74755620311141001625
Binary1111001111011011101001100110011001000000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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