Shades of Matrix #904C44
Tints of Matrix #904C44
RGB
CMYK
RGB Variations
Color information
#904C44 (or 0x904C44) is known color: Matrix. HEX triplet: 90, 4C and 44. RGB value is (144,76,68). Sum of RGB (Red+Green+Blue) = 144+76+68=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C44 is #6FB3BB. Grayscale: #5F5F5F. Windows color (decimal): -7320508 or 4476048. OLE color: 4476048.
HSL color Cylindrical-coordinate representation of color #904C44: hue angle of 6.32º 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 #904C44 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 68 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.44 |
| HSL | 6.32º | 0.36% | 0.42% | - |
| HSV(B) | 6.32º | 0.53% | 0.56% | - |
| XYZ | 15.13 | 11.52 | 6.89 | - |
| YUV | 95.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 68 | 0 | 0.47 | 0.53 | 0.44 | 6.32 | 0.36 | 0.42 |
| Hex | 90 | 4C | 44 | 0 | 2F | 35 | 2C | 6 | 24 | 2A |
| Octal | 220 | 114 | 104 | 0 | 57 | 65 | 54 | 6 | 44 | 52 |
| Binary | 10010000 | 1001100 | 1000100 | 0 | 101111 | 110101 | 101100 | 110 | 100100 | 101010 |
Color Harmonies of #904C44
Complementary color
Monochromatic Colors of #904C44
Black with #904C44
Text Example
Text Example
White with #904C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C44; }
p { color: rgb(144,76,68); }
H1.HeaderClassName
{
color: #904C44;
}
.AnyTagClassName
{
color: #904C44;
}
</style>
background-color css
<style>
a { background-color: #904C44; }
a { background-color: rgb(144,76,68); }
div.DivClassName
{
background-color: #904C44;
}
.BgClassName
{
background-color: #904C44;
}
</style>
border-color css
<style>
span { border-color: #904C44; }
span { border-color: rgb(144,76,68); }
td.TdClassName
{
border-color: #904C44;
}
.TagClassName
{
border-color: #904C44;
}
</style>