Shades of Matrix #8C4A3F
Tints of Matrix #8C4A3F
RGB
CMYK
RGB Variations
Color information
#8C4A3F (or 0x8C4A3F) is known color: Matrix. HEX triplet: 8C, 4A and 3F. RGB value is (140,74,63). Sum of RGB (Red+Green+Blue) = 140+74+63=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A3F is #73B5C0. Grayscale: #5C5C5C. Windows color (decimal): -7583169 or 4147852. OLE color: 4147852.
HSL color Cylindrical-coordinate representation of color #8C4A3F: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C4A3F is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 63 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.45 |
| HSL | 8.57º | 0.38% | 0.4% | - |
| HSV(B) | 8.57º | 0.55% | 0.55% | - |
| XYZ | 14.16 | 10.83 | 6.05 | - |
| YUV | 92.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 63 | 0 | 0.47 | 0.55 | 0.45 | 8.57 | 0.38 | 0.4 |
| Hex | 8C | 4A | 3F | 0 | 2F | 37 | 2D | 9 | 26 | 28 |
| Octal | 214 | 112 | 77 | 0 | 57 | 67 | 55 | 11 | 46 | 50 |
| Binary | 10001100 | 1001010 | 111111 | 0 | 101111 | 110111 | 101101 | 1001 | 100110 | 101000 |
Color Harmonies of #8C4A3F
Complementary color
Monochromatic Colors of #8C4A3F
Black with #8C4A3F
Text Example
Text Example
White with #8C4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A3F; }
p { color: rgb(140,74,63); }
H1.HeaderClassName
{
color: #8C4A3F;
}
.AnyTagClassName
{
color: #8C4A3F;
}
</style>
background-color css
<style>
a { background-color: #8C4A3F; }
a { background-color: rgb(140,74,63); }
div.DivClassName
{
background-color: #8C4A3F;
}
.BgClassName
{
background-color: #8C4A3F;
}
</style>
border-color css
<style>
span { border-color: #8C4A3F; }
span { border-color: rgb(140,74,63); }
td.TdClassName
{
border-color: #8C4A3F;
}
.TagClassName
{
border-color: #8C4A3F;
}
</style>