#8E493D

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

Shades of Matrix #8E493D

Tints of Matrix #8E493D

Color information

#8E493D (or 0x8E493D) is unknown color: approx Matrix. HEX triplet: 8E, 49 and 3D. RGB value is (142,73,61). Sum of RGB (Red+Green+Blue) = 142+73+61=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E493D is #71B6C2. Grayscale: #5C5C5C. Windows color (decimal): -7452355 or 4016526. OLE color: 4016526.

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

Color convert

RGB1427361-
CMYK00.490.570.44
HSL8.89º39.9%39.8%-
HSV(B)8.89º57.04%55.69%-
XYZ14.3810.855.75-
YUV92.26110.36163.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=51.45%
G=26.45%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142736100.490.570.448.8939.939.8
Hex8E493D031392C92828
Octal216111750617154115050
Binary10001110100100111110101100011110011011001001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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