Html Css Color HEX #8E5446 El Salva

📋 copy color: '#8E5446'

red 142 ◦ green 84 ◦ blue 70

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

Shades of El Salva #8E5446

Tints of El Salva #8E5446

RGB

 RED value IS 142 (55.86% from 255) = 47.97%

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 47.97%
G = 28.38%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E5446 (or 0x8E5446) is known color: El Salva. HEX triplet: 8E, 54 and 46. RGB value is (142,84,70). Sum of RGB (Red+Green+Blue) = 142+84+70=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5446 is #71ABB9. Grayscale: #636363. Windows color (decimal): -7449530 or 4609166. OLE color: 4609166.

HSL color Cylindrical-coordinate representation of color #8E5446: hue angle of 11.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E5446 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 84 70 -
CMYK 0 0.41 0.51 0.44
HSL 11.67º 0.34% 0.42% -
HSV(B) 11.67º 0.51% 0.56% -
XYZ 15.43 12.53 7.4 -
YUV 99.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 142 84 70 0 0.41 0.51 0.44 11.67 0.34 0.42
Hex 8E 54 46 0 29 33 2C C 22 2A
Octal 216 124 106 0 51 63 54 14 42 52
Binary 10001110 1010100 1000110 0 101001 110011 101100 1100 100010 101010

Color Harmonies of #8E5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5446

Black with #8E5446

Text Example


Text Example

White with #8E5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E5446; }

 p { color: rgb(142,84,70); }

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

background-color css

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

 a { background-color: rgb(142,84,70); }

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

border-color css

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

 span { border-color: rgb(142,84,70); }

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