Shades of Matrix #934C47
Tints of Matrix #934C47
RGB
CMYK
RGB Variations
Color information
#934C47 (or 0x934C47) is known color: Matrix. HEX triplet: 93, 4C and 47. RGB value is (147,76,71). Sum of RGB (Red+Green+Blue) = 147+76+71=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #934C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934C47 is #6CB3B8. Grayscale: #606060. Windows color (decimal): -7123897 or 4672659. OLE color: 4672659.
HSL color Cylindrical-coordinate representation of color #934C47: hue angle of 3.95º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934C47 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 71 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.42 |
| HSL | 3.95º | 0.35% | 0.43% | - |
| HSV(B) | 3.95º | 0.52% | 0.58% | - |
| XYZ | 15.75 | 11.83 | 7.41 | - |
| YUV | 96.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 71 | 0 | 0.48 | 0.52 | 0.42 | 3.95 | 0.35 | 0.43 |
| Hex | 93 | 4C | 47 | 0 | 30 | 34 | 2A | 4 | 23 | 2B |
| Octal | 223 | 114 | 107 | 0 | 60 | 64 | 52 | 4 | 43 | 53 |
| Binary | 10010011 | 1001100 | 1000111 | 0 | 110000 | 110100 | 101010 | 100 | 100011 | 101011 |
Color Harmonies of #934C47
Complementary color
Monochromatic Colors of #934C47
Black with #934C47
Text Example
Text Example
White with #934C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C47; }
p { color: rgb(147,76,71); }
H1.HeaderClassName
{
color: #934C47;
}
.AnyTagClassName
{
color: #934C47;
}
</style>
background-color css
<style>
a { background-color: #934C47; }
a { background-color: rgb(147,76,71); }
div.DivClassName
{
background-color: #934C47;
}
.BgClassName
{
background-color: #934C47;
}
</style>
border-color css
<style>
span { border-color: #934C47; }
span { border-color: rgb(147,76,71); }
td.TdClassName
{
border-color: #934C47;
}
.TagClassName
{
border-color: #934C47;
}
</style>