Shades of Mojo #984D3C
Tints of Mojo #984D3C
RGB
CMYK
RGB Variations
Color information
#984D3C (or 0x984D3C) is known color: Mojo. HEX triplet: 98, 4D and 3C. RGB value is (152,77,60). Sum of RGB (Red+Green+Blue) = 152+77+60=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #984D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D3C is #67B2C3. Grayscale: #616161. Windows color (decimal): -6795972 or 3952024. OLE color: 3952024.
HSL color Cylindrical-coordinate representation of color #984D3C: 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.61%. Process color model (Four color, CMYK) of #984D3C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 60 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.40 |
| HSL | 11.09º | 0.43% | 0.42% | - |
| HSV(B) | 11.09º | 0.61% | 0.6% | - |
| XYZ | 16.42 | 12.31 | 5.79 | - |
| YUV | 97.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 60 | 0 | 0.49 | 0.61 | 0.40 | 11.09 | 0.43 | 0.42 |
| Hex | 98 | 4D | 3C | 0 | 31 | 3D | 28 | B | 2B | 2A |
| Octal | 230 | 115 | 74 | 0 | 61 | 75 | 50 | 13 | 53 | 52 |
| Binary | 10011000 | 1001101 | 111100 | 0 | 110001 | 111101 | 101000 | 1011 | 101011 | 101010 |
Color Harmonies of #984D3C
Complementary color
Monochromatic Colors of #984D3C
Black with #984D3C
Text Example
Text Example
White with #984D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D3C; }
p { color: rgb(152,77,60); }
H1.HeaderClassName
{
color: #984D3C;
}
.AnyTagClassName
{
color: #984D3C;
}
</style>
background-color css
<style>
a { background-color: #984D3C; }
a { background-color: rgb(152,77,60); }
div.DivClassName
{
background-color: #984D3C;
}
.BgClassName
{
background-color: #984D3C;
}
</style>
border-color css
<style>
span { border-color: #984D3C; }
span { border-color: rgb(152,77,60); }
td.TdClassName
{
border-color: #984D3C;
}
.TagClassName
{
border-color: #984D3C;
}
</style>