#8E4645

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

Shades of Matrix #8E4645

Tints of Matrix #8E4645

Color information

#8E4645 (or 0x8E4645) is unknown color: approx Matrix. HEX triplet: 8E, 46 and 45. RGB value is (142,70,69). Sum of RGB (Red+Green+Blue) = 142+70+69=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4645 is #71B9BA. Grayscale: #5B5B5B. Windows color (decimal): -7453115 or 4540046. OLE color: 4540046.

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

Color convert

RGB1427069-
CMYK00.510.510.44
HSL0.82º34.6%41.37%-
HSV(B)0.82º51.41%55.69%-
XYZ14.4210.566.91-
YUV91.41115.35164.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=50.53%
G=24.91%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142706900.510.510.440.8234.641.37
Hex8E4645033332C12329
Octal216106105063635414351
Binary100011101000110100010101100111100111011001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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