#3A391D

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

Shades of El Paso #3A391D

Tints of El Paso #3A391D

Color information

#3A391D (or 0x3A391D) is unknown color: approx El Paso. HEX triplet: 3A, 39 and 1D. RGB value is (58,57,29). Sum of RGB (Red+Green+Blue) = 58+57+29=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A391D is #C5C6E2. Grayscale: #363636. Windows color (decimal): -12961507 or 1915194. OLE color: 1915194.

HSL color Cylindrical-coordinate representation of color #3A391D: hue angle of 57.93º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A391D is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB585729-
CMYK00.020.50.77
HSL57.93º33.33%17.06%-
HSV(B)57.93º50%22.75%-
XYZ3.433.911.74-
YUV54.11113.83130.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=40.28%
G=39.58%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58572900.020.50.7757.9333.3317.06
Hex3A391D02324D3a2111
Octal7271350262115724121
Binary11101011100111101010110010100110111101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,29); }

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

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

 a { background-color: rgb(58,57,29); }

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

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

 span { border-color: rgb(58,57,29); }

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