Shades of Mojo #994D3E
Tints of Mojo #994D3E
RGB
CMYK
RGB Variations
Color information
#994D3E (or 0x994D3E) is known color: Mojo. HEX triplet: 99, 4D and 3E. RGB value is (153,77,62). Sum of RGB (Red+Green+Blue) = 153+77+62=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D3E is #66B2C1. Grayscale: #626262. Windows color (decimal): -6730434 or 4083097. OLE color: 4083097.
HSL color Cylindrical-coordinate representation of color #994D3E: hue angle of 9.89º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994D3E is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 62 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.4 |
| HSL | 9.89º | 0.42% | 0.42% | - |
| HSV(B) | 9.89º | 0.59% | 0.6% | - |
| XYZ | 16.66 | 12.43 | 6.08 | - |
| YUV | 98.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 62 | 0 | 0.50 | 0.59 | 0.4 | 9.89 | 0.42 | 0.42 |
| Hex | 99 | 4D | 3E | 0 | 32 | 3B | 28 | A | 2A | 2A |
| Octal | 231 | 115 | 76 | 0 | 62 | 73 | 50 | 12 | 52 | 52 |
| Binary | 10011001 | 1001101 | 111110 | 0 | 110010 | 111011 | 101000 | 1010 | 101010 | 101010 |
Color Harmonies of #994D3E
Complementary color
Monochromatic Colors of #994D3E
Black with #994D3E
Text Example
Text Example
White with #994D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D3E; }
p { color: rgb(153,77,62); }
H1.HeaderClassName
{
color: #994D3E;
}
.AnyTagClassName
{
color: #994D3E;
}
</style>
background-color css
<style>
a { background-color: #994D3E; }
a { background-color: rgb(153,77,62); }
div.DivClassName
{
background-color: #994D3E;
}
.BgClassName
{
background-color: #994D3E;
}
</style>
border-color css
<style>
span { border-color: #994D3E; }
span { border-color: rgb(153,77,62); }
td.TdClassName
{
border-color: #994D3E;
}
.TagClassName
{
border-color: #994D3E;
}
</style>