#8E4945

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

Shades of Matrix #8E4945

Tints of Matrix #8E4945

Color information

#8E4945 (or 0x8E4945) is unknown color: approx Matrix. HEX triplet: 8E, 49 and 45. RGB value is (142,73,69). Sum of RGB (Red+Green+Blue) = 142+73+69=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4945 is #71B6BA. Grayscale: #5D5D5D. Windows color (decimal): -7452347 or 4540814. OLE color: 4540814.

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

Color convert

RGB1427369-
CMYK00.490.510.44
HSL3.29º34.6%41.37%-
HSV(B)3.29º51.41%55.69%-
XYZ14.6110.956.97-
YUV93.18114.36162.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=50%
G=25.70%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142736900.490.510.443.2934.641.37
Hex8E4945031332C32329
Octal216111105061635434351
Binary1000111010010011000101011000111001110110011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,69); }

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

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

 a { background-color: rgb(142,73,69); }

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

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

 span { border-color: rgb(142,73,69); }

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