Shades of Matrix #8E4C45
Tints of Matrix #8E4C45
RGB
CMYK
RGB Variations
Color information
#8E4C45 (or 0x8E4C45) is known color: Matrix. HEX triplet: 8E, 4C and 45. RGB value is (142,76,69). Sum of RGB (Red+Green+Blue) = 142+76+69=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C45 is #71B3BA. Grayscale: #5F5F5F. Windows color (decimal): -7451579 or 4541582. OLE color: 4541582.
HSL color Cylindrical-coordinate representation of color #8E4C45: hue angle of 5.75º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4C45 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 76 | 69 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.44 |
| HSL | 5.75º | 0.35% | 0.41% | - |
| HSV(B) | 5.75º | 0.51% | 0.56% | - |
| XYZ | 14.81 | 11.35 | 7.04 | - |
| YUV | 94.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 69 | 0 | 0.46 | 0.51 | 0.44 | 5.75 | 0.35 | 0.41 |
| Hex | 8E | 4C | 45 | 0 | 2E | 33 | 2C | 6 | 23 | 29 |
| Octal | 216 | 114 | 105 | 0 | 56 | 63 | 54 | 6 | 43 | 51 |
| Binary | 10001110 | 1001100 | 1000101 | 0 | 101110 | 110011 | 101100 | 110 | 100011 | 101001 |
Color Harmonies of #8E4C45
Complementary color
Monochromatic Colors of #8E4C45
Black with #8E4C45
Text Example
Text Example
White with #8E4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4C45; }
p { color: rgb(142,76,69); }
H1.HeaderClassName
{
color: #8E4C45;
}
.AnyTagClassName
{
color: #8E4C45;
}
</style>
background-color css
<style>
a { background-color: #8E4C45; }
a { background-color: rgb(142,76,69); }
div.DivClassName
{
background-color: #8E4C45;
}
.BgClassName
{
background-color: #8E4C45;
}
</style>
border-color css
<style>
span { border-color: #8E4C45; }
span { border-color: rgb(142,76,69); }
td.TdClassName
{
border-color: #8E4C45;
}
.TagClassName
{
border-color: #8E4C45;
}
</style>