Shades of Matrix #8C4845
Tints of Matrix #8C4845
RGB
CMYK
RGB Variations
Color information
#8C4845 (or 0x8C4845) is known color: Matrix. HEX triplet: 8C, 48 and 45. RGB value is (140,72,69). Sum of RGB (Red+Green+Blue) = 140+72+69=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4845 is #73B7BA. Grayscale: #5C5C5C. Windows color (decimal): -7583675 or 4540556. OLE color: 4540556.
HSL color Cylindrical-coordinate representation of color #8C4845: hue angle of 2.54º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4845 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 69 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.45 |
| HSL | 2.54º | 0.34% | 0.41% | - |
| HSV(B) | 2.54º | 0.51% | 0.55% | - |
| XYZ | 14.21 | 10.64 | 6.94 | - |
| YUV | 91.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 69 | 0 | 0.49 | 0.51 | 0.45 | 2.54 | 0.34 | 0.41 |
| Hex | 8C | 48 | 45 | 0 | 31 | 33 | 2D | 3 | 22 | 29 |
| Octal | 214 | 110 | 105 | 0 | 61 | 63 | 55 | 3 | 42 | 51 |
| Binary | 10001100 | 1001000 | 1000101 | 0 | 110001 | 110011 | 101101 | 11 | 100010 | 101001 |
Color Harmonies of #8C4845
Complementary color
Monochromatic Colors of #8C4845
Black with #8C4845
Text Example
Text Example
White with #8C4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4845; }
p { color: rgb(140,72,69); }
H1.HeaderClassName
{
color: #8C4845;
}
.AnyTagClassName
{
color: #8C4845;
}
</style>
background-color css
<style>
a { background-color: #8C4845; }
a { background-color: rgb(140,72,69); }
div.DivClassName
{
background-color: #8C4845;
}
.BgClassName
{
background-color: #8C4845;
}
</style>
border-color css
<style>
span { border-color: #8C4845; }
span { border-color: rgb(140,72,69); }
td.TdClassName
{
border-color: #8C4845;
}
.TagClassName
{
border-color: #8C4845;
}
</style>