#8D493D

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

Shades of Matrix #8D493D

Tints of Matrix #8D493D

Color information

#8D493D (or 0x8D493D) is unknown color: approx Matrix. HEX triplet: 8D, 49 and 3D. RGB value is (141,73,61). Sum of RGB (Red+Green+Blue) = 141+73+61=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D493D is #72B6C2. Grayscale: #5C5C5C. Windows color (decimal): -7517891 or 4016525. OLE color: 4016525.

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

Color convert

RGB1417361-
CMYK00.480.570.45
HSL39.6%39.61%-
HSV(B)56.74%55.29%-
XYZ14.2110.765.74-
YUV91.96110.53162.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=51.27%
G=26.55%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141736100.480.570.45939.639.61
Hex8D493D030392D92828
Octal215111750607155115050
Binary10001101100100111110101100001110011011011001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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