#353426

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

Shades of El Paso #353426

Tints of El Paso #353426

Color information

#353426 (or 0x353426) is unknown color: approx El Paso. HEX triplet: 35, 34 and 26. RGB value is (53,52,38). Sum of RGB (Red+Green+Blue) = 53+52+38=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #353426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353426 is #CACBD9. Grayscale: #323232. Windows color (decimal): -13290458 or 2503733. OLE color: 2503733.

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

Color convert

RGB535238-
CMYK00.020.280.79
HSL56º16.48%17.84%-
HSV(B)56º28.3%20.78%-
XYZ3.053.352.32-
YUV50.7120.83129.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=37.06%
G=36.36%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53523800.020.280.795616.4817.84
Hex353426021C4F381012
Octal6564460234117702022
Binary1101011101001001100101110010011111110001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353426; }

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

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

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

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

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

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

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

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