Shades of Matrix #8F4A3E
Tints of Matrix #8F4A3E
RGB
CMYK
RGB Variations
Color information
#8F4A3E (or 0x8F4A3E) is known color: Matrix. HEX triplet: 8F, 4A and 3E. RGB value is (143,74,62). Sum of RGB (Red+Green+Blue) = 143+74+62=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4A3E is #70B5C1. Grayscale: #5D5D5D. Windows color (decimal): -7386562 or 4082319. OLE color: 4082319.
HSL color Cylindrical-coordinate representation of color #8F4A3E: hue angle of 8.89º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4A3E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 74 | 62 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.44 |
| HSL | 8.89º | 0.4% | 0.4% | - |
| HSV(B) | 8.89º | 0.57% | 0.56% | - |
| XYZ | 14.65 | 11.09 | 5.93 | - |
| YUV | 93.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 62 | 0 | 0.48 | 0.57 | 0.44 | 8.89 | 0.4 | 0.4 |
| Hex | 8F | 4A | 3E | 0 | 30 | 39 | 2C | 9 | 28 | 28 |
| Octal | 217 | 112 | 76 | 0 | 60 | 71 | 54 | 11 | 50 | 50 |
| Binary | 10001111 | 1001010 | 111110 | 0 | 110000 | 111001 | 101100 | 1001 | 101000 | 101000 |
Color Harmonies of #8F4A3E
Complementary color
Monochromatic Colors of #8F4A3E
Black with #8F4A3E
Text Example
Text Example
White with #8F4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4A3E; }
p { color: rgb(143,74,62); }
H1.HeaderClassName
{
color: #8F4A3E;
}
.AnyTagClassName
{
color: #8F4A3E;
}
</style>
background-color css
<style>
a { background-color: #8F4A3E; }
a { background-color: rgb(143,74,62); }
div.DivClassName
{
background-color: #8F4A3E;
}
.BgClassName
{
background-color: #8F4A3E;
}
</style>
border-color css
<style>
span { border-color: #8F4A3E; }
span { border-color: rgb(143,74,62); }
td.TdClassName
{
border-color: #8F4A3E;
}
.TagClassName
{
border-color: #8F4A3E;
}
</style>