Shades of Matrix #874943
Tints of Matrix #874943
RGB
CMYK
RGB Variations
Color information
#874943 (or 0x874943) is known color: Matrix. HEX triplet: 87, 49 and 43. RGB value is (135,73,67). Sum of RGB (Red+Green+Blue) = 135+73+67=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874943 is #78B6BC. Grayscale: #5A5A5A. Windows color (decimal): -7911101 or 4409735. OLE color: 4409735.
HSL color Cylindrical-coordinate representation of color #874943: hue angle of 5.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874943 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 67 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.47 |
| HSL | 5.29º | 0.34% | 0.4% | - |
| HSV(B) | 5.29º | 0.5% | 0.53% | - |
| XYZ | 13.39 | 10.32 | 6.6 | - |
| YUV | 90.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 67 | 0 | 0.46 | 0.50 | 0.47 | 5.29 | 0.34 | 0.4 |
| Hex | 87 | 49 | 43 | 0 | 2E | 32 | 2F | 5 | 22 | 28 |
| Octal | 207 | 111 | 103 | 0 | 56 | 62 | 57 | 5 | 42 | 50 |
| Binary | 10000111 | 1001001 | 1000011 | 0 | 101110 | 110010 | 101111 | 101 | 100010 | 101000 |
Color Harmonies of #874943
Complementary color
Monochromatic Colors of #874943
Black with #874943
Text Example
Text Example
White with #874943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874943; }
p { color: rgb(135,73,67); }
H1.HeaderClassName
{
color: #874943;
}
.AnyTagClassName
{
color: #874943;
}
</style>
background-color css
<style>
a { background-color: #874943; }
a { background-color: rgb(135,73,67); }
div.DivClassName
{
background-color: #874943;
}
.BgClassName
{
background-color: #874943;
}
</style>
border-color css
<style>
span { border-color: #874943; }
span { border-color: rgb(135,73,67); }
td.TdClassName
{
border-color: #874943;
}
.TagClassName
{
border-color: #874943;
}
</style>