#8E4843

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

Shades of Matrix #8E4843

Tints of Matrix #8E4843

Color information

#8E4843 (or 0x8E4843) is unknown color: approx Matrix. HEX triplet: 8E, 48 and 43. RGB value is (142,72,67). Sum of RGB (Red+Green+Blue) = 142+72+67=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4843 is #71B7BC. Grayscale: #5C5C5C. Windows color (decimal): -7452605 or 4409486. OLE color: 4409486.

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

Color convert

RGB1427267-
CMYK00.490.530.44
HSL35.89%40.98%-
HSV(B)52.82%55.69%-
XYZ14.4910.796.63-
YUV92.36113.69163.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=50.53%
G=25.62%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142726700.490.530.44435.8940.98
Hex8E4843031352C42429
Octal216110103061655444451
Binary10001110100100010000110110001110101101100100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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