Html Css Color HEX #8E4E47 Matrix

📋 copy color: '#8E4E47'

red 142 ◦ green 78 ◦ blue 71

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

Shades of Matrix #8E4E47

Tints of Matrix #8E4E47

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.8%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 48.8%
G = 26.8%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E4E47 (or 0x8E4E47) is known color: Matrix. HEX triplet: 8E, 4E and 47. RGB value is (142,78,71). Sum of RGB (Red+Green+Blue) = 142+78+71=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4E47 is #71B1B8. Grayscale: #606060. Windows color (decimal): -7451065 or 4673166. OLE color: 4673166.

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

Color convert

RGB 142 78 71 -
CMYK 0 0.45 0.5 0.44
HSL 5.92º 0.33% 0.42% -
HSV(B) 5.92º 0.5% 0.56% -
XYZ 15.02 11.65 7.42 -
YUV 96.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 142 78 71 0 0.45 0.5 0.44 5.92 0.33 0.42
Hex 8E 4E 47 0 2D 32 2C 6 21 2A
Octal 216 116 107 0 55 62 54 6 41 52
Binary 10001110 1001110 1000111 0 101101 110010 101100 110 100001 101010

Color Harmonies of #8E4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E47

Black with #8E4E47

Text Example


Text Example

White with #8E4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,71); }

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

background-color css

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

 a { background-color: rgb(142,78,71); }

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

border-color css

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

 span { border-color: rgb(142,78,71); }

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