#353528

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

Shades of El Paso #353528

Tints of El Paso #353528

Color information

#353528 (or 0x353528) is unknown color: approx El Paso. HEX triplet: 35, 35 and 28. RGB value is (53,53,40). Sum of RGB (Red+Green+Blue) = 53+53+40=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353528 is #CACAD7. Grayscale: #333333. Windows color (decimal): -13290200 or 2635061. OLE color: 2635061.

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

Color convert

RGB535340-
CMYK000.250.79
HSL60º13.98%18.24%-
HSV(B)60º24.53%20.78%-
XYZ3.123.462.51-
YUV51.52121.5129.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=36.30%
G=36.30%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535340000.250.796013.9818.24
Hex35352800194F3ce12
Octal6565500031117741622
Binary11010111010110100000110011001111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353528; }

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

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

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

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

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

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

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

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