Shades of Matrix #8A4E45
Tints of Matrix #8A4E45
RGB
CMYK
RGB Variations
Color information
#8A4E45 (or 0x8A4E45) is known color: Matrix. HEX triplet: 8A, 4E and 45. RGB value is (138,78,69). Sum of RGB (Red+Green+Blue) = 138+78+69=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4E45 is #75B1BA. Grayscale: #5F5F5F. Windows color (decimal): -7713211 or 4542090. OLE color: 4542090.
HSL color Cylindrical-coordinate representation of color #8A4E45: hue angle of 7.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4E45 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 69 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.46 |
| HSL | 7.83º | 0.33% | 0.41% | - |
| HSV(B) | 7.83º | 0.5% | 0.54% | - |
| XYZ | 14.28 | 11.28 | 7.06 | - |
| YUV | 94.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 69 | 0 | 0.43 | 0.5 | 0.46 | 7.83 | 0.33 | 0.41 |
| Hex | 8A | 4E | 45 | 0 | 2B | 32 | 2E | 8 | 21 | 29 |
| Octal | 212 | 116 | 105 | 0 | 53 | 62 | 56 | 10 | 41 | 51 |
| Binary | 10001010 | 1001110 | 1000101 | 0 | 101011 | 110010 | 101110 | 1000 | 100001 | 101001 |
Color Harmonies of #8A4E45
Complementary color
Monochromatic Colors of #8A4E45
Black with #8A4E45
Text Example
Text Example
White with #8A4E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E45; }
p { color: rgb(138,78,69); }
H1.HeaderClassName
{
color: #8A4E45;
}
.AnyTagClassName
{
color: #8A4E45;
}
</style>
background-color css
<style>
a { background-color: #8A4E45; }
a { background-color: rgb(138,78,69); }
div.DivClassName
{
background-color: #8A4E45;
}
.BgClassName
{
background-color: #8A4E45;
}
</style>
border-color css
<style>
span { border-color: #8A4E45; }
span { border-color: rgb(138,78,69); }
td.TdClassName
{
border-color: #8A4E45;
}
.TagClassName
{
border-color: #8A4E45;
}
</style>