#8D493F

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

Shades of Matrix #8D493F

Tints of Matrix #8D493F

Color information

#8D493F (or 0x8D493F) is unknown color: approx Matrix. HEX triplet: 8D, 49 and 3F. RGB value is (141,73,63). Sum of RGB (Red+Green+Blue) = 141+73+63=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D493F is #72B6C0. Grayscale: #5C5C5C. Windows color (decimal): -7517889 or 4147597. OLE color: 4147597.

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

Color convert

RGB1417363-
CMYK00.480.550.45
HSL7.69º38.24%40%-
HSV(B)7.69º55.32%55.29%-
XYZ14.2610.796.03-
YUV92.19111.53162.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 63 (25% from 255) = 22.74%
R=50.90%
G=26.35%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141736300.480.550.457.6938.2440
Hex8D493F030372D82628
Octal215111770606755104650
Binary10001101100100111111101100001101111011011000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,63); }

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

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

 a { background-color: rgb(141,73,63); }

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

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

 span { border-color: rgb(141,73,63); }

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