Shades of Matrix #904944
Tints of Matrix #904944
RGB
CMYK
RGB Variations
Color information
#904944 (or 0x904944) is known color: Matrix. HEX triplet: 90, 49 and 44. RGB value is (144,73,68). Sum of RGB (Red+Green+Blue) = 144+73+68=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #904944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904944 is #6FB6BB. Grayscale: #5D5D5D. Windows color (decimal): -7321276 or 4475280. OLE color: 4475280.
HSL color Cylindrical-coordinate representation of color #904944: hue angle of 3.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904944 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 68 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.44 |
| HSL | 3.95º | 0.36% | 0.42% | - |
| HSV(B) | 3.95º | 0.53% | 0.56% | - |
| XYZ | 14.93 | 11.11 | 6.83 | - |
| YUV | 93.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 68 | 0 | 0.49 | 0.53 | 0.44 | 3.95 | 0.36 | 0.42 |
| Hex | 90 | 49 | 44 | 0 | 31 | 35 | 2C | 4 | 24 | 2A |
| Octal | 220 | 111 | 104 | 0 | 61 | 65 | 54 | 4 | 44 | 52 |
| Binary | 10010000 | 1001001 | 1000100 | 0 | 110001 | 110101 | 101100 | 100 | 100100 | 101010 |
Color Harmonies of #904944
Complementary color
Monochromatic Colors of #904944
Black with #904944
Text Example
Text Example
White with #904944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904944; }
p { color: rgb(144,73,68); }
H1.HeaderClassName
{
color: #904944;
}
.AnyTagClassName
{
color: #904944;
}
</style>
background-color css
<style>
a { background-color: #904944; }
a { background-color: rgb(144,73,68); }
div.DivClassName
{
background-color: #904944;
}
.BgClassName
{
background-color: #904944;
}
</style>
border-color css
<style>
span { border-color: #904944; }
span { border-color: rgb(144,73,68); }
td.TdClassName
{
border-color: #904944;
}
.TagClassName
{
border-color: #904944;
}
</style>