Shades of Mojo #994837
Tints of Mojo #994837
RGB
CMYK
RGB Variations
Color information
#994837 (or 0x994837) is known color: Mojo. HEX triplet: 99, 48 and 37. RGB value is (153,72,55). Sum of RGB (Red+Green+Blue) = 153+72+55=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #994837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994837 is #66B7C8. Grayscale: #5E5E5E. Windows color (decimal): -6731721 or 3623065. OLE color: 3623065.
HSL color Cylindrical-coordinate representation of color #994837: hue angle of 10.41º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994837 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 55 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.4 |
| HSL | 10.41º | 0.47% | 0.41% | - |
| HSV(B) | 10.41º | 0.64% | 0.6% | - |
| XYZ | 16.14 | 11.68 | 5.02 | - |
| YUV | 94.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 55 | 0 | 0.53 | 0.64 | 0.4 | 10.41 | 0.47 | 0.41 |
| Hex | 99 | 48 | 37 | 0 | 35 | 40 | 28 | A | 2F | 29 |
| Octal | 231 | 110 | 67 | 0 | 65 | 100 | 50 | 12 | 57 | 51 |
| Binary | 10011001 | 1001000 | 110111 | 0 | 110101 | 1000000 | 101000 | 1010 | 101111 | 101001 |
Color Harmonies of #994837
Complementary color
Monochromatic Colors of #994837
Black with #994837
Text Example
Text Example
White with #994837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994837; }
p { color: rgb(153,72,55); }
H1.HeaderClassName
{
color: #994837;
}
.AnyTagClassName
{
color: #994837;
}
</style>
background-color css
<style>
a { background-color: #994837; }
a { background-color: rgb(153,72,55); }
div.DivClassName
{
background-color: #994837;
}
.BgClassName
{
background-color: #994837;
}
</style>
border-color css
<style>
span { border-color: #994837; }
span { border-color: rgb(153,72,55); }
td.TdClassName
{
border-color: #994837;
}
.TagClassName
{
border-color: #994837;
}
</style>