Shades of Matrix #8E4C44
Tints of Matrix #8E4C44
RGB
CMYK
RGB Variations
Color information
#8E4C44 (or 0x8E4C44) is known color: Matrix. HEX triplet: 8E, 4C and 44. RGB value is (142,76,68). Sum of RGB (Red+Green+Blue) = 142+76+68=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C44 is #71B3BB. Grayscale: #5E5E5E. Windows color (decimal): -7451580 or 4476046. OLE color: 4476046.
HSL color Cylindrical-coordinate representation of color #8E4C44: hue angle of 6.49º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4C44 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 76 | 68 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.44 |
| HSL | 6.49º | 0.35% | 0.41% | - |
| HSV(B) | 6.49º | 0.52% | 0.56% | - |
| XYZ | 14.78 | 11.34 | 6.88 | - |
| YUV | 94.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 68 | 0 | 0.46 | 0.52 | 0.44 | 6.49 | 0.35 | 0.41 |
| Hex | 8E | 4C | 44 | 0 | 2E | 34 | 2C | 6 | 23 | 29 |
| Octal | 216 | 114 | 104 | 0 | 56 | 64 | 54 | 6 | 43 | 51 |
| Binary | 10001110 | 1001100 | 1000100 | 0 | 101110 | 110100 | 101100 | 110 | 100011 | 101001 |
Color Harmonies of #8E4C44
Complementary color
Monochromatic Colors of #8E4C44
Black with #8E4C44
Text Example
Text Example
White with #8E4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4C44; }
p { color: rgb(142,76,68); }
H1.HeaderClassName
{
color: #8E4C44;
}
.AnyTagClassName
{
color: #8E4C44;
}
</style>
background-color css
<style>
a { background-color: #8E4C44; }
a { background-color: rgb(142,76,68); }
div.DivClassName
{
background-color: #8E4C44;
}
.BgClassName
{
background-color: #8E4C44;
}
</style>
border-color css
<style>
span { border-color: #8E4C44; }
span { border-color: rgb(142,76,68); }
td.TdClassName
{
border-color: #8E4C44;
}
.TagClassName
{
border-color: #8E4C44;
}
</style>