Shades of Matrix #884A46
Tints of Matrix #884A46
RGB
CMYK
RGB Variations
Color information
#884A46 (or 0x884A46) is known color: Matrix. HEX triplet: 88, 4A and 46. RGB value is (136,74,70). Sum of RGB (Red+Green+Blue) = 136+74+70=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #884A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A46 is #77B5B9. Grayscale: #5C5C5C. Windows color (decimal): -7845306 or 4606600. OLE color: 4606600.
HSL color Cylindrical-coordinate representation of color #884A46: hue angle of 3.64º 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 #884A46 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 70 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.47 |
| HSL | 3.64º | 0.32% | 0.4% | - |
| HSV(B) | 3.64º | 0.49% | 0.53% | - |
| XYZ | 13.71 | 10.57 | 7.11 | - |
| YUV | 92.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 70 | 0 | 0.46 | 0.49 | 0.47 | 3.64 | 0.32 | 0.4 |
| Hex | 88 | 4A | 46 | 0 | 2E | 31 | 2F | 4 | 20 | 28 |
| Octal | 210 | 112 | 106 | 0 | 56 | 61 | 57 | 4 | 40 | 50 |
| Binary | 10001000 | 1001010 | 1000110 | 0 | 101110 | 110001 | 101111 | 100 | 100000 | 101000 |
Color Harmonies of #884A46
Complementary color
Monochromatic Colors of #884A46
Black with #884A46
Text Example
Text Example
White with #884A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A46; }
p { color: rgb(136,74,70); }
H1.HeaderClassName
{
color: #884A46;
}
.AnyTagClassName
{
color: #884A46;
}
</style>
background-color css
<style>
a { background-color: #884A46; }
a { background-color: rgb(136,74,70); }
div.DivClassName
{
background-color: #884A46;
}
.BgClassName
{
background-color: #884A46;
}
</style>
border-color css
<style>
span { border-color: #884A46; }
span { border-color: rgb(136,74,70); }
td.TdClassName
{
border-color: #884A46;
}
.TagClassName
{
border-color: #884A46;
}
</style>