Html Css Color HEX #353428 El Paso

📋 copy color: '#353428'

red 53 ◦ green 52 ◦ blue 40

#353428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #353428

Tints of El Paso #353428

RGB

 RED value IS 53 (21.09% from 255) = 36.55%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#353428 (or 0x353428) is known color: 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

RGB 53 52 40 -
CMYK 0 0.02 0.25 0.79
HSL 55.38º 0.14% 0.18% -
HSV(B) 55.38º 0.25% 0.21% -
XYZ 3.08 3.37 2.49 -
YUV 50.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 53 52 40 0 0.02 0.25 0.79 55.38 0.14 0.18
Hex 35 34 28 0 2 19 4F 37 E 12
Octal 65 64 50 0 2 31 117 67 16 22
Binary 110101 110100 101000 0 10 11001 1001111 110111 1110 10010

Color Harmonies of #353428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353428

Black with #353428

Text Example


Text Example

White with #353428

Text Example


Text Example

HTML Codes & Css Web 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>