Shades of Matrix #904E49
Tints of Matrix #904E49
RGB
CMYK
RGB Variations
Color information
#904E49 (or 0x904E49) is known color: Matrix. HEX triplet: 90, 4E and 49. RGB value is (144,78,73). Sum of RGB (Red+Green+Blue) = 144+78+73=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #904E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E49 is #6FB1B6. Grayscale: #616161. Windows color (decimal): -7319991 or 4804240. OLE color: 4804240.
HSL color Cylindrical-coordinate representation of color #904E49: hue angle of 4.23º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904E49 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 73 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.44 |
| HSL | 4.23º | 0.33% | 0.43% | - |
| HSV(B) | 4.23º | 0.49% | 0.56% | - |
| XYZ | 15.43 | 11.86 | 7.78 | - |
| YUV | 97.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 73 | 0 | 0.46 | 0.49 | 0.44 | 4.23 | 0.33 | 0.43 |
| Hex | 90 | 4E | 49 | 0 | 2E | 31 | 2C | 4 | 21 | 2B |
| Octal | 220 | 116 | 111 | 0 | 56 | 61 | 54 | 4 | 41 | 53 |
| Binary | 10010000 | 1001110 | 1001001 | 0 | 101110 | 110001 | 101100 | 100 | 100001 | 101011 |
Color Harmonies of #904E49
Complementary color
Monochromatic Colors of #904E49
Black with #904E49
Text Example
Text Example
White with #904E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E49; }
p { color: rgb(144,78,73); }
H1.HeaderClassName
{
color: #904E49;
}
.AnyTagClassName
{
color: #904E49;
}
</style>
background-color css
<style>
a { background-color: #904E49; }
a { background-color: rgb(144,78,73); }
div.DivClassName
{
background-color: #904E49;
}
.BgClassName
{
background-color: #904E49;
}
</style>
border-color css
<style>
span { border-color: #904E49; }
span { border-color: rgb(144,78,73); }
td.TdClassName
{
border-color: #904E49;
}
.TagClassName
{
border-color: #904E49;
}
</style>