Shades of Matrix #8C4946
Tints of Matrix #8C4946
RGB
CMYK
RGB Variations
Color information
#8C4946 (or 0x8C4946) is known color: Matrix. HEX triplet: 8C, 49 and 46. RGB value is (140,73,70). Sum of RGB (Red+Green+Blue) = 140+73+70=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4946 is #73B6B9. Grayscale: #5C5C5C. Windows color (decimal): -7583418 or 4606348. OLE color: 4606348.
HSL color Cylindrical-coordinate representation of color #8C4946: hue angle of 2.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4946 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 70 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.45 |
| HSL | 2.57º | 0.33% | 0.41% | - |
| HSV(B) | 2.57º | 0.5% | 0.55% | - |
| XYZ | 14.3 | 10.78 | 7.12 | - |
| YUV | 92.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 70 | 0 | 0.48 | 0.50 | 0.45 | 2.57 | 0.33 | 0.41 |
| Hex | 8C | 49 | 46 | 0 | 30 | 32 | 2D | 3 | 21 | 29 |
| Octal | 214 | 111 | 106 | 0 | 60 | 62 | 55 | 3 | 41 | 51 |
| Binary | 10001100 | 1001001 | 1000110 | 0 | 110000 | 110010 | 101101 | 11 | 100001 | 101001 |
Color Harmonies of #8C4946
Complementary color
Monochromatic Colors of #8C4946
Black with #8C4946
Text Example
Text Example
White with #8C4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4946; }
p { color: rgb(140,73,70); }
H1.HeaderClassName
{
color: #8C4946;
}
.AnyTagClassName
{
color: #8C4946;
}
</style>
background-color css
<style>
a { background-color: #8C4946; }
a { background-color: rgb(140,73,70); }
div.DivClassName
{
background-color: #8C4946;
}
.BgClassName
{
background-color: #8C4946;
}
</style>
border-color css
<style>
span { border-color: #8C4946; }
span { border-color: rgb(140,73,70); }
td.TdClassName
{
border-color: #8C4946;
}
.TagClassName
{
border-color: #8C4946;
}
</style>