Shades of Matrix #954945
Tints of Matrix #954945
RGB
CMYK
RGB Variations
Color information
#954945 (or 0x954945) is known color: Matrix. HEX triplet: 95, 49 and 45. RGB value is (149,73,69). Sum of RGB (Red+Green+Blue) = 149+73+69=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954945 is #6AB6BA. Grayscale: #5F5F5F. Windows color (decimal): -6993595 or 4540821. OLE color: 4540821.
HSL color Cylindrical-coordinate representation of color #954945: hue angle of 3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954945 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 69 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.42 |
| HSL | 3º | 0.37% | 0.43% | - |
| HSV(B) | 3º | 0.54% | 0.58% | - |
| XYZ | 15.85 | 11.58 | 7.03 | - |
| YUV | 95.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 69 | 0 | 0.51 | 0.54 | 0.42 | 3 | 0.37 | 0.43 |
| Hex | 95 | 49 | 45 | 0 | 33 | 36 | 2A | 3 | 25 | 2B |
| Octal | 225 | 111 | 105 | 0 | 63 | 66 | 52 | 3 | 45 | 53 |
| Binary | 10010101 | 1001001 | 1000101 | 0 | 110011 | 110110 | 101010 | 11 | 100101 | 101011 |
Color Harmonies of #954945
Complementary color
Monochromatic Colors of #954945
Black with #954945
Text Example
Text Example
White with #954945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954945; }
p { color: rgb(149,73,69); }
H1.HeaderClassName
{
color: #954945;
}
.AnyTagClassName
{
color: #954945;
}
</style>
background-color css
<style>
a { background-color: #954945; }
a { background-color: rgb(149,73,69); }
div.DivClassName
{
background-color: #954945;
}
.BgClassName
{
background-color: #954945;
}
</style>
border-color css
<style>
span { border-color: #954945; }
span { border-color: rgb(149,73,69); }
td.TdClassName
{
border-color: #954945;
}
.TagClassName
{
border-color: #954945;
}
</style>