#8E4C46

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

Shades of Matrix #8E4C46

Tints of Matrix #8E4C46

Color information

#8E4C46 (or 0x8E4C46) is unknown color: approx Matrix. HEX triplet: 8E, 4C and 46. RGB value is (142,76,70). Sum of RGB (Red+Green+Blue) = 142+76+70=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C46 is #71B3B9. Grayscale: #5F5F5F. Windows color (decimal): -7451578 or 4607118. OLE color: 4607118.

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

Color convert

RGB1427670-
CMYK00.460.510.44
HSL33.96%41.57%-
HSV(B)50.7%55.69%-
XYZ14.8511.367.2-
YUV95.05113.87161.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=49.31%
G=26.39%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142767000.460.510.44533.9641.57
Hex8E4C4602E332C5222a
Octal216114106056635454252
Binary10001110100110010001100101110110011101100101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,76,70); }

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

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

 a { background-color: rgb(142,76,70); }

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

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

 span { border-color: rgb(142,76,70); }

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