Shades of Matrix #924A47
Tints of Matrix #924A47
RGB
CMYK
RGB Variations
Color information
#924A47 (or 0x924A47) is known color: Matrix. HEX triplet: 92, 4A and 47. RGB value is (146,74,71). Sum of RGB (Red+Green+Blue) = 146+74+71=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #924A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A47 is #6DB5B8. Grayscale: #5F5F5F. Windows color (decimal): -7189945 or 4672146. OLE color: 4672146.
HSL color Cylindrical-coordinate representation of color #924A47: hue angle of 2.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924A47 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 71 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.43 |
| HSL | 2.4º | 0.35% | 0.43% | - |
| HSV(B) | 2.4º | 0.51% | 0.57% | - |
| XYZ | 15.44 | 11.46 | 7.36 | - |
| YUV | 95.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 71 | 0 | 0.49 | 0.51 | 0.43 | 2.4 | 0.35 | 0.43 |
| Hex | 92 | 4A | 47 | 0 | 31 | 33 | 2B | 2 | 23 | 2B |
| Octal | 222 | 112 | 107 | 0 | 61 | 63 | 53 | 2 | 43 | 53 |
| Binary | 10010010 | 1001010 | 1000111 | 0 | 110001 | 110011 | 101011 | 10 | 100011 | 101011 |
Color Harmonies of #924A47
Complementary color
Monochromatic Colors of #924A47
Black with #924A47
Text Example
Text Example
White with #924A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A47; }
p { color: rgb(146,74,71); }
H1.HeaderClassName
{
color: #924A47;
}
.AnyTagClassName
{
color: #924A47;
}
</style>
background-color css
<style>
a { background-color: #924A47; }
a { background-color: rgb(146,74,71); }
div.DivClassName
{
background-color: #924A47;
}
.BgClassName
{
background-color: #924A47;
}
</style>
border-color css
<style>
span { border-color: #924A47; }
span { border-color: rgb(146,74,71); }
td.TdClassName
{
border-color: #924A47;
}
.TagClassName
{
border-color: #924A47;
}
</style>