#343327

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

Shades of El Paso #343327

Tints of El Paso #343327

Color information

#343327 (or 0x343327) is unknown color: approx El Paso. HEX triplet: 34, 33 and 27. RGB value is (52,51,39). Sum of RGB (Red+Green+Blue) = 52+51+39=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #343327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343327 is #CBCCD8. Grayscale: #313131. Windows color (decimal): -13356249 or 2569012. OLE color: 2569012.

HSL color Cylindrical-coordinate representation of color #343327: hue angle of 55.38º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #343327 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB525139-
CMYK00.020.250.80
HSL55.38º14.29%17.84%-
HSV(B)55.38º25%20.39%-
XYZ2.973.242.39-
YUV49.93121.83129.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=36.62%
G=35.92%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52513900.020.250.8055.3814.2917.84
Hex34332702195037e12
Octal6463470231120671622
Binary110100110011100111010110011010000110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343327; }

 p { color: rgb(52,51,39); }

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

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

 a { background-color: rgb(52,51,39); }

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

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

 span { border-color: rgb(52,51,39); }

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