Shades of Matrix #8B4C42
Tints of Matrix #8B4C42
RGB
CMYK
RGB Variations
Color information
#8B4C42 (or 0x8B4C42) is known color: Matrix. HEX triplet: 8B, 4C and 42. RGB value is (139,76,66). Sum of RGB (Red+Green+Blue) = 139+76+66=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C42 is #74B3BD. Grayscale: #5D5D5D. Windows color (decimal): -7648190 or 4344971. OLE color: 4344971.
HSL color Cylindrical-coordinate representation of color #8B4C42: hue angle of 8.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4C42 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 76 | 66 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.45 |
| HSL | 8.22º | 0.36% | 0.4% | - |
| HSV(B) | 8.22º | 0.53% | 0.55% | - |
| XYZ | 14.22 | 11.05 | 6.54 | - |
| YUV | 93.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 66 | 0 | 0.45 | 0.53 | 0.45 | 8.22 | 0.36 | 0.4 |
| Hex | 8B | 4C | 42 | 0 | 2D | 35 | 2D | 8 | 24 | 28 |
| Octal | 213 | 114 | 102 | 0 | 55 | 65 | 55 | 10 | 44 | 50 |
| Binary | 10001011 | 1001100 | 1000010 | 0 | 101101 | 110101 | 101101 | 1000 | 100100 | 101000 |
Color Harmonies of #8B4C42
Complementary color
Monochromatic Colors of #8B4C42
Black with #8B4C42
Text Example
Text Example
White with #8B4C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4C42; }
p { color: rgb(139,76,66); }
H1.HeaderClassName
{
color: #8B4C42;
}
.AnyTagClassName
{
color: #8B4C42;
}
</style>
background-color css
<style>
a { background-color: #8B4C42; }
a { background-color: rgb(139,76,66); }
div.DivClassName
{
background-color: #8B4C42;
}
.BgClassName
{
background-color: #8B4C42;
}
</style>
border-color css
<style>
span { border-color: #8B4C42; }
span { border-color: rgb(139,76,66); }
td.TdClassName
{
border-color: #8B4C42;
}
.TagClassName
{
border-color: #8B4C42;
}
</style>