Shades of Mojo #984735
Tints of Mojo #984735
RGB
CMYK
RGB Variations
Color information
#984735 (or 0x984735) is known color: Mojo. HEX triplet: 98, 47 and 35. RGB value is (152,71,53). Sum of RGB (Red+Green+Blue) = 152+71+53=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #984735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984735 is #67B8CA. Grayscale: #5D5D5D. Windows color (decimal): -6797515 or 3491736. OLE color: 3491736.
HSL color Cylindrical-coordinate representation of color #984735: hue angle of 10.91º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984735 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 53 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.40 |
| HSL | 10.91º | 0.48% | 0.4% | - |
| HSV(B) | 10.91º | 0.65% | 0.6% | - |
| XYZ | 15.84 | 11.44 | 4.74 | - |
| YUV | 93.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 53 | 0 | 0.53 | 0.65 | 0.40 | 10.91 | 0.48 | 0.4 |
| Hex | 98 | 47 | 35 | 0 | 35 | 41 | 28 | B | 30 | 28 |
| Octal | 230 | 107 | 65 | 0 | 65 | 101 | 50 | 13 | 60 | 50 |
| Binary | 10011000 | 1000111 | 110101 | 0 | 110101 | 1000001 | 101000 | 1011 | 110000 | 101000 |
Color Harmonies of #984735
Complementary color
Monochromatic Colors of #984735
Black with #984735
Text Example
Text Example
White with #984735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984735; }
p { color: rgb(152,71,53); }
H1.HeaderClassName
{
color: #984735;
}
.AnyTagClassName
{
color: #984735;
}
</style>
background-color css
<style>
a { background-color: #984735; }
a { background-color: rgb(152,71,53); }
div.DivClassName
{
background-color: #984735;
}
.BgClassName
{
background-color: #984735;
}
</style>
border-color css
<style>
span { border-color: #984735; }
span { border-color: rgb(152,71,53); }
td.TdClassName
{
border-color: #984735;
}
.TagClassName
{
border-color: #984735;
}
</style>