Shades of Matrix #8B4E45
Tints of Matrix #8B4E45
RGB
CMYK
RGB Variations
Color information
#8B4E45 (or 0x8B4E45) is known color: Matrix. HEX triplet: 8B, 4E and 45. RGB value is (139,78,69). Sum of RGB (Red+Green+Blue) = 139+78+69=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E45 is #74B1BA. Grayscale: #5F5F5F. Windows color (decimal): -7647675 or 4542091. OLE color: 4542091.
HSL color Cylindrical-coordinate representation of color #8B4E45: hue angle of 7.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4E45 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 69 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.45 |
| HSL | 7.71º | 0.34% | 0.41% | - |
| HSV(B) | 7.71º | 0.5% | 0.55% | - |
| XYZ | 14.45 | 11.37 | 7.06 | - |
| YUV | 95.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 69 | 0 | 0.44 | 0.50 | 0.45 | 7.71 | 0.34 | 0.41 |
| Hex | 8B | 4E | 45 | 0 | 2C | 32 | 2D | 8 | 22 | 29 |
| Octal | 213 | 116 | 105 | 0 | 54 | 62 | 55 | 10 | 42 | 51 |
| Binary | 10001011 | 1001110 | 1000101 | 0 | 101100 | 110010 | 101101 | 1000 | 100010 | 101001 |
Color Harmonies of #8B4E45
Complementary color
Monochromatic Colors of #8B4E45
Black with #8B4E45
Text Example
Text Example
White with #8B4E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E45; }
p { color: rgb(139,78,69); }
H1.HeaderClassName
{
color: #8B4E45;
}
.AnyTagClassName
{
color: #8B4E45;
}
</style>
background-color css
<style>
a { background-color: #8B4E45; }
a { background-color: rgb(139,78,69); }
div.DivClassName
{
background-color: #8B4E45;
}
.BgClassName
{
background-color: #8B4E45;
}
</style>
border-color css
<style>
span { border-color: #8B4E45; }
span { border-color: rgb(139,78,69); }
td.TdClassName
{
border-color: #8B4E45;
}
.TagClassName
{
border-color: #8B4E45;
}
</style>