Html Css Color HEX #353427 El Paso

📋 copy color: '#353427'

red 53 ◦ green 52 ◦ blue 39

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

Shades of El Paso #353427

Tints of El Paso #353427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 36.81%
G = 36.11%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#353427 (or 0x353427) is known color: El Paso. HEX triplet: 35, 34 and 27. RGB value is (53,52,39). Sum of RGB (Red+Green+Blue) = 53+52+39=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #353427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353427 is #CACBD8. Grayscale: #323232. Windows color (decimal): -13290457 or 2569269. OLE color: 2569269.

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

Color convert

RGB 53 52 39 -
CMYK 0 0.02 0.26 0.79
HSL 55.71º 0.15% 0.18% -
HSV(B) 55.71º 0.26% 0.21% -
XYZ 3.06 3.36 2.41 -
YUV 50.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 53 52 39 0 0.02 0.26 0.79 55.71 0.15 0.18
Hex 35 34 27 0 2 1A 4F 38 F 12
Octal 65 64 47 0 2 32 117 70 17 22
Binary 110101 110100 100111 0 10 11010 1001111 111000 1111 10010

Color Harmonies of #353427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353427

Black with #353427

Text Example


Text Example

White with #353427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353427; }

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

 H1.HeaderClassName
 {
   color: #353427;
 }
 .AnyTagClassName
 {
   color: #353427;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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