Shades of Mojo #994E3D
Tints of Mojo #994E3D
RGB
CMYK
RGB Variations
Color information
#994E3D (or 0x994E3D) is known color: Mojo. HEX triplet: 99, 4E and 3D. RGB value is (153,78,61). Sum of RGB (Red+Green+Blue) = 153+78+61=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E3D is #66B1C2. Grayscale: #626262. Windows color (decimal): -6730179 or 4017817. OLE color: 4017817.
HSL color Cylindrical-coordinate representation of color #994E3D: hue angle of 11.09º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994E3D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 61 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.4 |
| HSL | 11.09º | 0.43% | 0.42% | - |
| HSV(B) | 11.09º | 0.6% | 0.6% | - |
| XYZ | 16.7 | 12.56 | 5.96 | - |
| YUV | 98.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 61 | 0 | 0.49 | 0.60 | 0.4 | 11.09 | 0.43 | 0.42 |
| Hex | 99 | 4E | 3D | 0 | 31 | 3C | 28 | B | 2B | 2A |
| Octal | 231 | 116 | 75 | 0 | 61 | 74 | 50 | 13 | 53 | 52 |
| Binary | 10011001 | 1001110 | 111101 | 0 | 110001 | 111100 | 101000 | 1011 | 101011 | 101010 |
Color Harmonies of #994E3D
Complementary color
Monochromatic Colors of #994E3D
Black with #994E3D
Text Example
Text Example
White with #994E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E3D; }
p { color: rgb(153,78,61); }
H1.HeaderClassName
{
color: #994E3D;
}
.AnyTagClassName
{
color: #994E3D;
}
</style>
background-color css
<style>
a { background-color: #994E3D; }
a { background-color: rgb(153,78,61); }
div.DivClassName
{
background-color: #994E3D;
}
.BgClassName
{
background-color: #994E3D;
}
</style>
border-color css
<style>
span { border-color: #994E3D; }
span { border-color: rgb(153,78,61); }
td.TdClassName
{
border-color: #994E3D;
}
.TagClassName
{
border-color: #994E3D;
}
</style>