Shades of Mojo #984939
Tints of Mojo #984939
RGB
CMYK
RGB Variations
Color information
#984939 (or 0x984939) is known color: Mojo. HEX triplet: 98, 49 and 39. RGB value is (152,73,57). Sum of RGB (Red+Green+Blue) = 152+73+57=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #984939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984939 is #67B6C6. Grayscale: #5E5E5E. Windows color (decimal): -6796999 or 3754392. OLE color: 3754392.
HSL color Cylindrical-coordinate representation of color #984939: hue angle of 10.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984939 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 57 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.40 |
| HSL | 10.11º | 0.45% | 0.41% | - |
| HSV(B) | 10.11º | 0.63% | 0.6% | - |
| XYZ | 16.07 | 11.74 | 5.29 | - |
| YUV | 94.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 57 | 0 | 0.52 | 0.62 | 0.40 | 10.11 | 0.45 | 0.41 |
| Hex | 98 | 49 | 39 | 0 | 34 | 3E | 28 | A | 2D | 29 |
| Octal | 230 | 111 | 71 | 0 | 64 | 76 | 50 | 12 | 55 | 51 |
| Binary | 10011000 | 1001001 | 111001 | 0 | 110100 | 111110 | 101000 | 1010 | 101101 | 101001 |
Color Harmonies of #984939
Complementary color
Monochromatic Colors of #984939
Black with #984939
Text Example
Text Example
White with #984939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984939; }
p { color: rgb(152,73,57); }
H1.HeaderClassName
{
color: #984939;
}
.AnyTagClassName
{
color: #984939;
}
</style>
background-color css
<style>
a { background-color: #984939; }
a { background-color: rgb(152,73,57); }
div.DivClassName
{
background-color: #984939;
}
.BgClassName
{
background-color: #984939;
}
</style>
border-color css
<style>
span { border-color: #984939; }
span { border-color: rgb(152,73,57); }
td.TdClassName
{
border-color: #984939;
}
.TagClassName
{
border-color: #984939;
}
</style>