Shades of Matrix #8E493D
Tints of Matrix #8E493D
RGB
CMYK
RGB Variations
Color information
#8E493D (or 0x8E493D) is known color: Matrix. HEX triplet: 8E, 49 and 3D. RGB value is (142,73,61). Sum of RGB (Red+Green+Blue) = 142+73+61=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E493D is #71B6C2. Grayscale: #5C5C5C. Windows color (decimal): -7452355 or 4016526. OLE color: 4016526.
HSL color Cylindrical-coordinate representation of color #8E493D: hue angle of 8.89º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E493D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 61 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.44 |
| HSL | 8.89º | 0.4% | 0.4% | - |
| HSV(B) | 8.89º | 0.57% | 0.56% | - |
| XYZ | 14.38 | 10.85 | 5.75 | - |
| YUV | 92.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 61 | 0 | 0.49 | 0.57 | 0.44 | 8.89 | 0.4 | 0.4 |
| Hex | 8E | 49 | 3D | 0 | 31 | 39 | 2C | 9 | 28 | 28 |
| Octal | 216 | 111 | 75 | 0 | 61 | 71 | 54 | 11 | 50 | 50 |
| Binary | 10001110 | 1001001 | 111101 | 0 | 110001 | 111001 | 101100 | 1001 | 101000 | 101000 |
Color Harmonies of #8E493D
Complementary color
Monochromatic Colors of #8E493D
Black with #8E493D
Text Example
Text Example
White with #8E493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E493D; }
p { color: rgb(142,73,61); }
H1.HeaderClassName
{
color: #8E493D;
}
.AnyTagClassName
{
color: #8E493D;
}
</style>
background-color css
<style>
a { background-color: #8E493D; }
a { background-color: rgb(142,73,61); }
div.DivClassName
{
background-color: #8E493D;
}
.BgClassName
{
background-color: #8E493D;
}
</style>
border-color css
<style>
span { border-color: #8E493D; }
span { border-color: rgb(142,73,61); }
td.TdClassName
{
border-color: #8E493D;
}
.TagClassName
{
border-color: #8E493D;
}
</style>