Shades of Matrix #884D44
Tints of Matrix #884D44
RGB
CMYK
RGB Variations
Color information
#884D44 (or 0x884D44) is known color: Matrix. HEX triplet: 88, 4D and 44. RGB value is (136,77,68). Sum of RGB (Red+Green+Blue) = 136+77+68=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #884D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D44 is #77B2BB. Grayscale: #5D5D5D. Windows color (decimal): -7844540 or 4476296. OLE color: 4476296.
HSL color Cylindrical-coordinate representation of color #884D44: hue angle of 7.94º degrees, saturation: 0.33, 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 #884D44 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 68 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.47 |
| HSL | 7.94º | 0.33% | 0.4% | - |
| HSV(B) | 7.94º | 0.5% | 0.53% | - |
| XYZ | 13.85 | 10.96 | 6.85 | - |
| YUV | 93.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 68 | 0 | 0.43 | 0.50 | 0.47 | 7.94 | 0.33 | 0.4 |
| Hex | 88 | 4D | 44 | 0 | 2B | 32 | 2F | 8 | 21 | 28 |
| Octal | 210 | 115 | 104 | 0 | 53 | 62 | 57 | 10 | 41 | 50 |
| Binary | 10001000 | 1001101 | 1000100 | 0 | 101011 | 110010 | 101111 | 1000 | 100001 | 101000 |
Color Harmonies of #884D44
Complementary color
Monochromatic Colors of #884D44
Black with #884D44
Text Example
Text Example
White with #884D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D44; }
p { color: rgb(136,77,68); }
H1.HeaderClassName
{
color: #884D44;
}
.AnyTagClassName
{
color: #884D44;
}
</style>
background-color css
<style>
a { background-color: #884D44; }
a { background-color: rgb(136,77,68); }
div.DivClassName
{
background-color: #884D44;
}
.BgClassName
{
background-color: #884D44;
}
</style>
border-color css
<style>
span { border-color: #884D44; }
span { border-color: rgb(136,77,68); }
td.TdClassName
{
border-color: #884D44;
}
.TagClassName
{
border-color: #884D44;
}
</style>