Shades of Mojo #984C3C
Tints of Mojo #984C3C
RGB
CMYK
RGB Variations
Color information
#984C3C (or 0x984C3C) is known color: Mojo. HEX triplet: 98, 4C and 3C. RGB value is (152,76,60). Sum of RGB (Red+Green+Blue) = 152+76+60=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C3C is #67B3C3. Grayscale: #616161. Windows color (decimal): -6796228 or 3951768. OLE color: 3951768.
HSL color Cylindrical-coordinate representation of color #984C3C: hue angle of 10.43º 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 #984C3C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 60 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.40 |
| HSL | 10.43º | 0.43% | 0.42% | - |
| HSV(B) | 10.43º | 0.61% | 0.6% | - |
| XYZ | 16.35 | 12.17 | 5.76 | - |
| YUV | 96.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 60 | 0 | 0.50 | 0.61 | 0.40 | 10.43 | 0.43 | 0.42 |
| Hex | 98 | 4C | 3C | 0 | 32 | 3D | 28 | A | 2B | 2A |
| Octal | 230 | 114 | 74 | 0 | 62 | 75 | 50 | 12 | 53 | 52 |
| Binary | 10011000 | 1001100 | 111100 | 0 | 110010 | 111101 | 101000 | 1010 | 101011 | 101010 |
Color Harmonies of #984C3C
Complementary color
Monochromatic Colors of #984C3C
Black with #984C3C
Text Example
Text Example
White with #984C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C3C; }
p { color: rgb(152,76,60); }
H1.HeaderClassName
{
color: #984C3C;
}
.AnyTagClassName
{
color: #984C3C;
}
</style>
background-color css
<style>
a { background-color: #984C3C; }
a { background-color: rgb(152,76,60); }
div.DivClassName
{
background-color: #984C3C;
}
.BgClassName
{
background-color: #984C3C;
}
</style>
border-color css
<style>
span { border-color: #984C3C; }
span { border-color: rgb(152,76,60); }
td.TdClassName
{
border-color: #984C3C;
}
.TagClassName
{
border-color: #984C3C;
}
</style>