Shades of Matrix #954A45
Tints of Matrix #954A45
RGB
CMYK
RGB Variations
Color information
#954A45 (or 0x954A45) is known color: Matrix. HEX triplet: 95, 4A and 45. RGB value is (149,74,69). Sum of RGB (Red+Green+Blue) = 149+74+69=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #954A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A45 is #6AB5BA. Grayscale: #5F5F5F. Windows color (decimal): -6993339 or 4541077. OLE color: 4541077.
HSL color Cylindrical-coordinate representation of color #954A45: hue angle of 3.75º 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 #954A45 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 69 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.42 |
| HSL | 3.75º | 0.37% | 0.43% | - |
| HSV(B) | 3.75º | 0.54% | 0.58% | - |
| XYZ | 15.92 | 11.72 | 7.05 | - |
| YUV | 95.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 69 | 0 | 0.50 | 0.54 | 0.42 | 3.75 | 0.37 | 0.43 |
| Hex | 95 | 4A | 45 | 0 | 32 | 36 | 2A | 4 | 25 | 2B |
| Octal | 225 | 112 | 105 | 0 | 62 | 66 | 52 | 4 | 45 | 53 |
| Binary | 10010101 | 1001010 | 1000101 | 0 | 110010 | 110110 | 101010 | 100 | 100101 | 101011 |
Color Harmonies of #954A45
Complementary color
Monochromatic Colors of #954A45
Black with #954A45
Text Example
Text Example
White with #954A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A45; }
p { color: rgb(149,74,69); }
H1.HeaderClassName
{
color: #954A45;
}
.AnyTagClassName
{
color: #954A45;
}
</style>
background-color css
<style>
a { background-color: #954A45; }
a { background-color: rgb(149,74,69); }
div.DivClassName
{
background-color: #954A45;
}
.BgClassName
{
background-color: #954A45;
}
</style>
border-color css
<style>
span { border-color: #954A45; }
span { border-color: rgb(149,74,69); }
td.TdClassName
{
border-color: #954A45;
}
.TagClassName
{
border-color: #954A45;
}
</style>