Shades of Matrix #844844
Tints of Matrix #844844
RGB
CMYK
RGB Variations
Color information
#844844 (or 0x844844) is known color: Matrix. HEX triplet: 84, 48 and 44. RGB value is (132,72,68). Sum of RGB (Red+Green+Blue) = 132+72+68=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #844844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844844 is #7BB7BB. Grayscale: #595959. Windows color (decimal): -8107964 or 4475012. OLE color: 4475012.
HSL color Cylindrical-coordinate representation of color #844844: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844844 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 68 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.48 |
| HSL | 3.75º | 0.32% | 0.39% | - |
| HSV(B) | 3.75º | 0.48% | 0.52% | - |
| XYZ | 12.88 | 9.96 | 6.71 | - |
| YUV | 89.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 68 | 0 | 0.45 | 0.48 | 0.48 | 3.75 | 0.32 | 0.39 |
| Hex | 84 | 48 | 44 | 0 | 2D | 30 | 30 | 4 | 20 | 27 |
| Octal | 204 | 110 | 104 | 0 | 55 | 60 | 60 | 4 | 40 | 47 |
| Binary | 10000100 | 1001000 | 1000100 | 0 | 101101 | 110000 | 110000 | 100 | 100000 | 100111 |
Color Harmonies of #844844
Complementary color
Monochromatic Colors of #844844
Black with #844844
Text Example
Text Example
White with #844844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844844; }
p { color: rgb(132,72,68); }
H1.HeaderClassName
{
color: #844844;
}
.AnyTagClassName
{
color: #844844;
}
</style>
background-color css
<style>
a { background-color: #844844; }
a { background-color: rgb(132,72,68); }
div.DivClassName
{
background-color: #844844;
}
.BgClassName
{
background-color: #844844;
}
</style>
border-color css
<style>
span { border-color: #844844; }
span { border-color: rgb(132,72,68); }
td.TdClassName
{
border-color: #844844;
}
.TagClassName
{
border-color: #844844;
}
</style>