Shades of Matrix #844945
Tints of Matrix #844945
RGB
CMYK
RGB Variations
Color information
#844945 (or 0x844945) is known color: Matrix. HEX triplet: 84, 49 and 45. RGB value is (132,73,69). Sum of RGB (Red+Green+Blue) = 132+73+69=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #844945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844945 is #7BB6BA. Grayscale: #5A5A5A. Windows color (decimal): -8107707 or 4540804. OLE color: 4540804.
HSL color Cylindrical-coordinate representation of color #844945: hue angle of 3.81º degrees, saturation: 0.31, 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 #844945 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 69 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.48 |
| HSL | 3.81º | 0.31% | 0.39% | - |
| HSV(B) | 3.81º | 0.48% | 0.52% | - |
| XYZ | 12.97 | 10.1 | 6.9 | - |
| YUV | 90.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 69 | 0 | 0.45 | 0.48 | 0.48 | 3.81 | 0.31 | 0.39 |
| Hex | 84 | 49 | 45 | 0 | 2D | 30 | 30 | 4 | 1F | 27 |
| Octal | 204 | 111 | 105 | 0 | 55 | 60 | 60 | 4 | 37 | 47 |
| Binary | 10000100 | 1001001 | 1000101 | 0 | 101101 | 110000 | 110000 | 100 | 11111 | 100111 |
Color Harmonies of #844945
Complementary color
Monochromatic Colors of #844945
Black with #844945
Text Example
Text Example
White with #844945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844945; }
p { color: rgb(132,73,69); }
H1.HeaderClassName
{
color: #844945;
}
.AnyTagClassName
{
color: #844945;
}
</style>
background-color css
<style>
a { background-color: #844945; }
a { background-color: rgb(132,73,69); }
div.DivClassName
{
background-color: #844945;
}
.BgClassName
{
background-color: #844945;
}
</style>
border-color css
<style>
span { border-color: #844945; }
span { border-color: rgb(132,73,69); }
td.TdClassName
{
border-color: #844945;
}
.TagClassName
{
border-color: #844945;
}
</style>