#353428

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

Shades of El Paso #353428

Tints of El Paso #353428

Color information

#353428 (or 0x353428) is unknown color: approx El Paso. HEX triplet: 35, 34 and 28. RGB value is (53,52,40). Sum of RGB (Red+Green+Blue) = 53+52+40=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #353428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353428 is #CACBD7. Grayscale: #323232. Windows color (decimal): -13290456 or 2634805. OLE color: 2634805.

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

Color convert

RGB535240-
CMYK00.020.250.79
HSL55.38º13.98%18.24%-
HSV(B)55.38º24.53%20.78%-
XYZ3.083.372.49-
YUV50.93121.83129.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=36.55%
G=35.86%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53524000.020.250.7955.3813.9818.24
Hex35342802194F37e12
Octal6564500231117671622
Binary110101110100101000010110011001111110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353428; }

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

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

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

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

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

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

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

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