Shades of Matrix #884946
Tints of Matrix #884946
RGB
CMYK
RGB Variations
Color information
#884946 (or 0x884946) is known color: Matrix. HEX triplet: 88, 49 and 46. RGB value is (136,73,70). Sum of RGB (Red+Green+Blue) = 136+73+70=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #884946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884946 is #77B6B9. Grayscale: #5B5B5B. Windows color (decimal): -7845562 or 4606344. OLE color: 4606344.
HSL color Cylindrical-coordinate representation of color #884946: hue angle of 2.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884946 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 70 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.47 |
| HSL | 2.73º | 0.32% | 0.4% | - |
| HSV(B) | 2.73º | 0.49% | 0.53% | - |
| XYZ | 13.64 | 10.44 | 7.09 | - |
| YUV | 91.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 70 | 0 | 0.46 | 0.49 | 0.47 | 2.73 | 0.32 | 0.4 |
| Hex | 88 | 49 | 46 | 0 | 2E | 31 | 2F | 3 | 20 | 28 |
| Octal | 210 | 111 | 106 | 0 | 56 | 61 | 57 | 3 | 40 | 50 |
| Binary | 10001000 | 1001001 | 1000110 | 0 | 101110 | 110001 | 101111 | 11 | 100000 | 101000 |
Color Harmonies of #884946
Complementary color
Monochromatic Colors of #884946
Black with #884946
Text Example
Text Example
White with #884946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884946; }
p { color: rgb(136,73,70); }
H1.HeaderClassName
{
color: #884946;
}
.AnyTagClassName
{
color: #884946;
}
</style>
background-color css
<style>
a { background-color: #884946; }
a { background-color: rgb(136,73,70); }
div.DivClassName
{
background-color: #884946;
}
.BgClassName
{
background-color: #884946;
}
</style>
border-color css
<style>
span { border-color: #884946; }
span { border-color: rgb(136,73,70); }
td.TdClassName
{
border-color: #884946;
}
.TagClassName
{
border-color: #884946;
}
</style>