#343527

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

Shades of El Paso #343527

Tints of El Paso #343527

Color information

#343527 (or 0x343527) is unknown color: approx El Paso. HEX triplet: 34, 35 and 27. RGB value is (52,53,39). Sum of RGB (Red+Green+Blue) = 52+53+39=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #343527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343527 is #CBCAD8. Grayscale: #333333. Windows color (decimal): -13355737 or 2569524. OLE color: 2569524.

HSL color Cylindrical-coordinate representation of color #343527: hue angle of 64.29º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343527 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB525339-
CMYK0.0200.260.79
HSL64.29º15.22%18.04%-
HSV(B)64.29º26.42%20.78%-
XYZ3.063.422.42-
YUV51.1121.17128.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=36.11%
G=36.81%
B=27.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253390.0200.260.7964.2915.2218.04
Hex343527201A4F40f12
Octal64654720321171001722
Binary1101001101011001111001101010011111000000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343527; }

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

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

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

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

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

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

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

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