Shades of Matrix #854945
Tints of Matrix #854945
RGB
CMYK
RGB Variations
Color information
#854945 (or 0x854945) is known color: Matrix. HEX triplet: 85, 49 and 45. RGB value is (133,73,69). Sum of RGB (Red+Green+Blue) = 133+73+69=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #854945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854945 is #7AB6BA. Grayscale: #5A5A5A. Windows color (decimal): -8042171 or 4540805. OLE color: 4540805.
HSL color Cylindrical-coordinate representation of color #854945: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854945 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 69 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.48 |
| HSL | 3.75º | 0.32% | 0.4% | - |
| HSV(B) | 3.75º | 0.48% | 0.52% | - |
| XYZ | 13.13 | 10.18 | 6.9 | - |
| YUV | 90.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 69 | 0 | 0.45 | 0.48 | 0.48 | 3.75 | 0.32 | 0.4 |
| Hex | 85 | 49 | 45 | 0 | 2D | 30 | 30 | 4 | 20 | 28 |
| Octal | 205 | 111 | 105 | 0 | 55 | 60 | 60 | 4 | 40 | 50 |
| Binary | 10000101 | 1001001 | 1000101 | 0 | 101101 | 110000 | 110000 | 100 | 100000 | 101000 |
Color Harmonies of #854945
Complementary color
Monochromatic Colors of #854945
Black with #854945
Text Example
Text Example
White with #854945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854945; }
p { color: rgb(133,73,69); }
H1.HeaderClassName
{
color: #854945;
}
.AnyTagClassName
{
color: #854945;
}
</style>
background-color css
<style>
a { background-color: #854945; }
a { background-color: rgb(133,73,69); }
div.DivClassName
{
background-color: #854945;
}
.BgClassName
{
background-color: #854945;
}
</style>
border-color css
<style>
span { border-color: #854945; }
span { border-color: rgb(133,73,69); }
td.TdClassName
{
border-color: #854945;
}
.TagClassName
{
border-color: #854945;
}
</style>