#8E4745

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

Shades of Matrix #8E4745

Tints of Matrix #8E4745

Color information

#8E4745 (or 0x8E4745) is unknown color: approx Matrix. HEX triplet: 8E, 47 and 45. RGB value is (142,71,69). Sum of RGB (Red+Green+Blue) = 142+71+69=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4745 is #71B8BA. Grayscale: #5C5C5C. Windows color (decimal): -7452859 or 4540302. OLE color: 4540302.

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

Color convert

RGB1427169-
CMYK00.50.510.44
HSL1.64º34.6%41.37%-
HSV(B)1.64º51.41%55.69%-
XYZ14.4810.696.93-
YUV92115.02163.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=50.35%
G=25.18%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142716900.50.510.441.6434.641.37
Hex8E4745032332C22329
Octal216107105062635424351
Binary1000111010001111000101011001011001110110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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