Shades of Mojo #98483C
Tints of Mojo #98483C
RGB
CMYK
RGB Variations
Color information
#98483C (or 0x98483C) is known color: Mojo. HEX triplet: 98, 48 and 3C. RGB value is (152,72,60). Sum of RGB (Red+Green+Blue) = 152+72+60=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98483C is #67B7C3. Grayscale: #5E5E5E. Windows color (decimal): -6797252 or 3950744. OLE color: 3950744.
HSL color Cylindrical-coordinate representation of color #98483C: hue angle of 7.83º 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 #98483C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 60 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.40 |
| HSL | 7.83º | 0.43% | 0.42% | - |
| HSV(B) | 7.83º | 0.61% | 0.6% | - |
| XYZ | 16.08 | 11.64 | 5.67 | - |
| YUV | 94.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 60 | 0 | 0.53 | 0.61 | 0.40 | 7.83 | 0.43 | 0.42 |
| Hex | 98 | 48 | 3C | 0 | 35 | 3D | 28 | 8 | 2B | 2A |
| Octal | 230 | 110 | 74 | 0 | 65 | 75 | 50 | 10 | 53 | 52 |
| Binary | 10011000 | 1001000 | 111100 | 0 | 110101 | 111101 | 101000 | 1000 | 101011 | 101010 |
Color Harmonies of #98483C
Complementary color
Monochromatic Colors of #98483C
Black with #98483C
Text Example
Text Example
White with #98483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98483C; }
p { color: rgb(152,72,60); }
H1.HeaderClassName
{
color: #98483C;
}
.AnyTagClassName
{
color: #98483C;
}
</style>
background-color css
<style>
a { background-color: #98483C; }
a { background-color: rgb(152,72,60); }
div.DivClassName
{
background-color: #98483C;
}
.BgClassName
{
background-color: #98483C;
}
</style>
border-color css
<style>
span { border-color: #98483C; }
span { border-color: rgb(152,72,60); }
td.TdClassName
{
border-color: #98483C;
}
.TagClassName
{
border-color: #98483C;
}
</style>