#8E4847

Color #8E4847 Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #8E4847

Tints of Matrix #8E4847

Color information

#8E4847 (or 0x8E4847) is unknown color: approx Matrix. HEX triplet: 8E, 48 and 47. RGB value is (142,72,71). Sum of RGB (Red+Green+Blue) = 142+72+71=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4847 is #71B7B8. Grayscale: #5C5C5C. Windows color (decimal): -7452601 or 4671630. OLE color: 4671630.

HSL color Cylindrical-coordinate representation of color #8E4847: hue angle of 0.85º 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 #8E4847 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB1427271-
CMYK00.490.50.44
HSL0.85º33.33%41.76%-
HSV(B)0.85º50%55.69%-
XYZ14.6110.847.28-
YUV92.82115.69163.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=49.82%
G=25.26%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142727100.490.50.440.8533.3341.76
Hex8E4847031322C1212a
Octal216110107061625414152
Binary100011101001000100011101100011100101011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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