Shades of Matrix #8C4A41
Tints of Matrix #8C4A41
RGB
CMYK
RGB Variations
Color information
#8C4A41 (or 0x8C4A41) is known color: Matrix. HEX triplet: 8C, 4A and 41. RGB value is (140,74,65). Sum of RGB (Red+Green+Blue) = 140+74+65=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A41 is #73B5BE. Grayscale: #5C5C5C. Windows color (decimal): -7583167 or 4278924. OLE color: 4278924.
HSL color Cylindrical-coordinate representation of color #8C4A41: hue angle of 7.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4A41 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 65 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.45 |
| HSL | 7.2º | 0.37% | 0.4% | - |
| HSV(B) | 7.2º | 0.54% | 0.55% | - |
| XYZ | 14.22 | 10.85 | 6.35 | - |
| YUV | 92.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 65 | 0 | 0.47 | 0.54 | 0.45 | 7.2 | 0.37 | 0.4 |
| Hex | 8C | 4A | 41 | 0 | 2F | 36 | 2D | 7 | 25 | 28 |
| Octal | 214 | 112 | 101 | 0 | 57 | 66 | 55 | 7 | 45 | 50 |
| Binary | 10001100 | 1001010 | 1000001 | 0 | 101111 | 110110 | 101101 | 111 | 100101 | 101000 |
Color Harmonies of #8C4A41
Complementary color
Monochromatic Colors of #8C4A41
Black with #8C4A41
Text Example
Text Example
White with #8C4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A41; }
p { color: rgb(140,74,65); }
H1.HeaderClassName
{
color: #8C4A41;
}
.AnyTagClassName
{
color: #8C4A41;
}
</style>
background-color css
<style>
a { background-color: #8C4A41; }
a { background-color: rgb(140,74,65); }
div.DivClassName
{
background-color: #8C4A41;
}
.BgClassName
{
background-color: #8C4A41;
}
</style>
border-color css
<style>
span { border-color: #8C4A41; }
span { border-color: rgb(140,74,65); }
td.TdClassName
{
border-color: #8C4A41;
}
.TagClassName
{
border-color: #8C4A41;
}
</style>