#3C3B1D

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

Shades of El Paso #3C3B1D

Tints of El Paso #3C3B1D

Color information

#3C3B1D (or 0x3C3B1D) is unknown color: approx El Paso. HEX triplet: 3C, 3B and 1D. RGB value is (60,59,29). Sum of RGB (Red+Green+Blue) = 60+59+29=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B1D is #C3C4E2. Grayscale: #373737. Windows color (decimal): -12829923 or 1915708. OLE color: 1915708.

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

Color convert

RGB605929-
CMYK00.020.520.76
HSL58.06º34.83%17.45%-
HSV(B)58.06º51.67%23.53%-
XYZ3.654.181.78-
YUV55.88112.83130.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=40.54%
G=39.86%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60592900.020.520.7658.0634.8317.45
Hex3C3B1D02344C3a2311
Octal7473350264114724321
Binary11110011101111101010110100100110011101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,59,29); }

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

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

 a { background-color: rgb(60,59,29); }

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

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

 span { border-color: rgb(60,59,29); }

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