#353427

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

Shades of El Paso #353427

Tints of El Paso #353427

Color information

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

HSL color Cylindrical-coordinate representation of color #353427: hue angle of 55.71º 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 #353427 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB535239-
CMYK00.020.260.79
HSL55.71º15.22%18.04%-
HSV(B)55.71º26.42%20.78%-
XYZ3.063.362.41-
YUV50.82121.33129.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53523900.020.260.7955.7115.2218.04
Hex353427021A4F38f12
Octal6564470232117701722
Binary110101110100100111010110101001111111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353427; }

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

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

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

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

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

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

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

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