#8E4443

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

Shades of Matrix #8E4443

Tints of Matrix #8E4443

Color information

#8E4443 (or 0x8E4443) is unknown color: approx Matrix. HEX triplet: 8E, 44 and 43. RGB value is (142,68,67). Sum of RGB (Red+Green+Blue) = 142+68+67=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4443 is #71BBBC. Grayscale: #5A5A5A. Windows color (decimal): -7453629 or 4408462. OLE color: 4408462.

HSL color Cylindrical-coordinate representation of color #8E4443: hue angle of 0.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4443 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB1426867-
CMYK00.520.530.44
HSL0.8º35.89%40.98%-
HSV(B)0.8º52.82%55.69%-
XYZ14.2410.296.55-
YUV90.01115.02165.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=51.26%
G=24.55%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142686700.520.530.440.835.8940.98
Hex8E4443034352C12429
Octal216104103064655414451
Binary100011101000100100001101101001101011011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,67); }

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

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

 a { background-color: rgb(142,68,67); }

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

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

 span { border-color: rgb(142,68,67); }

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