Shades of Matrix #8D4C43
Tints of Matrix #8D4C43
RGB
CMYK
RGB Variations
Color information
#8D4C43 (or 0x8D4C43) is known color: Matrix. HEX triplet: 8D, 4C and 43. RGB value is (141,76,67). Sum of RGB (Red+Green+Blue) = 141+76+67=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C43 is #72B3BC. Grayscale: #5E5E5E. Windows color (decimal): -7517117 or 4410509. OLE color: 4410509.
HSL color Cylindrical-coordinate representation of color #8D4C43: hue angle of 7.3º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4C43 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 67 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.45 |
| HSL | 7.3º | 0.36% | 0.41% | - |
| HSV(B) | 7.3º | 0.52% | 0.55% | - |
| XYZ | 14.58 | 11.24 | 6.71 | - |
| YUV | 94.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 67 | 0 | 0.46 | 0.52 | 0.45 | 7.3 | 0.36 | 0.41 |
| Hex | 8D | 4C | 43 | 0 | 2E | 34 | 2D | 7 | 24 | 29 |
| Octal | 215 | 114 | 103 | 0 | 56 | 64 | 55 | 7 | 44 | 51 |
| Binary | 10001101 | 1001100 | 1000011 | 0 | 101110 | 110100 | 101101 | 111 | 100100 | 101001 |
Color Harmonies of #8D4C43
Complementary color
Monochromatic Colors of #8D4C43
Black with #8D4C43
Text Example
Text Example
White with #8D4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C43; }
p { color: rgb(141,76,67); }
H1.HeaderClassName
{
color: #8D4C43;
}
.AnyTagClassName
{
color: #8D4C43;
}
</style>
background-color css
<style>
a { background-color: #8D4C43; }
a { background-color: rgb(141,76,67); }
div.DivClassName
{
background-color: #8D4C43;
}
.BgClassName
{
background-color: #8D4C43;
}
</style>
border-color css
<style>
span { border-color: #8D4C43; }
span { border-color: rgb(141,76,67); }
td.TdClassName
{
border-color: #8D4C43;
}
.TagClassName
{
border-color: #8D4C43;
}
</style>