#8E4A3F

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

Shades of Matrix #8E4A3F

Tints of Matrix #8E4A3F

Color information

#8E4A3F (or 0x8E4A3F) is unknown color: approx Matrix. HEX triplet: 8E, 4A and 3F. RGB value is (142,74,63). Sum of RGB (Red+Green+Blue) = 142+74+63=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A3F is #71B5C0. Grayscale: #5D5D5D. Windows color (decimal): -7452097 or 4147854. OLE color: 4147854.

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

Color convert

RGB1427463-
CMYK00.480.560.44
HSL8.35º38.54%40.2%-
HSV(B)8.35º55.63%55.69%-
XYZ14.511.016.06-
YUV93.08111.03162.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 63 (25% from 255) = 22.58%
R=50.90%
G=26.52%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142746300.480.560.448.3538.5440.2
Hex8E4A3F030382C82728
Octal216112770607054104750
Binary10001110100101011111101100001110001011001000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,63); }

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

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

 a { background-color: rgb(142,74,63); }

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

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

 span { border-color: rgb(142,74,63); }

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