#8E4740

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

Shades of Matrix #8E4740

Tints of Matrix #8E4740

Color information

#8E4740 (or 0x8E4740) is unknown color: approx Matrix. HEX triplet: 8E, 47 and 40. RGB value is (142,71,64). Sum of RGB (Red+Green+Blue) = 142+71+64=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4740 is #71B8BF. Grayscale: #5B5B5B. Windows color (decimal): -7452864 or 4212622. OLE color: 4212622.

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

Color convert

RGB1427164-
CMYK00.50.550.44
HSL5.38º37.86%40.39%-
HSV(B)5.38º54.93%55.69%-
XYZ14.3310.636.15-
YUV91.43112.52164.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=51.26%
G=25.63%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142716400.50.550.445.3837.8640.39
Hex8E4740032372C52628
Octal216107100062675454650
Binary10001110100011110000000110010110111101100101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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