#3A3A22

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

Shades of El Paso #3A3A22

Tints of El Paso #3A3A22

Color information

#3A3A22 (or 0x3A3A22) is unknown color: approx El Paso. HEX triplet: 3A, 3A and 22. RGB value is (58,58,34). Sum of RGB (Red+Green+Blue) = 58+58+34=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 58 - color contains mainly: red, green. Hex color #3A3A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3A22 is #C5C5DD. Grayscale: #373737. Windows color (decimal): -12961246 or 2243130. OLE color: 2243130.

HSL color Cylindrical-coordinate representation of color #3A3A22: hue angle of 60º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A3A22 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB585834-
CMYK000.410.77
HSL60º26.09%18.04%-
HSV(B)60º41.38%22.75%-
XYZ3.554.042.11-
YUV55.26116129.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.67%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=38.67%
G=38.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal585834000.410.776026.0918.04
Hex3A3A2200294D3c1a12
Octal7272420051115743222
Binary1110101110101000100010100110011011111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,58,34); }

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

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

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

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

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

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

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