#8D4847

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

Shades of Matrix #8D4847

Tints of Matrix #8D4847

Color information

#8D4847 (or 0x8D4847) is unknown color: approx Matrix. HEX triplet: 8D, 48 and 47. RGB value is (141,72,71). Sum of RGB (Red+Green+Blue) = 141+72+71=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4847 is #72B7B8. Grayscale: #5C5C5C. Windows color (decimal): -7518137 or 4671629. OLE color: 4671629.

HSL color Cylindrical-coordinate representation of color #8D4847: hue angle of 0.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4847 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1417271-
CMYK00.490.500.45
HSL0.86º33.02%41.57%-
HSV(B)0.86º49.65%55.29%-
XYZ14.4410.757.28-
YUV92.52115.86162.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 71 (28.12% from 255) = 25%
R=49.65%
G=25.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141727100.490.500.450.8633.0241.57
Hex8D4847031322D1212a
Octal215110107061625514152
Binary100011011001000100011101100011100101011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,71); }

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

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

 a { background-color: rgb(141,72,71); }

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

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

 span { border-color: rgb(141,72,71); }

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