#35342C

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

Shades of El Paso #35342C

Tints of El Paso #35342C

Color information

#35342C (or 0x35342C) is unknown color: approx El Paso. HEX triplet: 35, 34 and 2C. RGB value is (53,52,44). Sum of RGB (Red+Green+Blue) = 53+52+44=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #35342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35342C is #CACBD3. Grayscale: #333333. Windows color (decimal): -13290452 or 2896949. OLE color: 2896949.

HSL color Cylindrical-coordinate representation of color #35342C: hue angle of 53.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35342C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB535244-
CMYK00.020.170.79
HSL53.33º9.28%19.02%-
HSV(B)53.33º16.98%20.78%-
XYZ3.153.392.87-
YUV51.39123.83129.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=35.57%
G=34.90%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53524400.020.170.7953.339.2819.02
Hex35342C02114F35913
Octal6564540221117651123
Binary110101110100101100010100011001111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35342C; }

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

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

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

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

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

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

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

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