Shades of Mojo #98483A
Tints of Mojo #98483A
RGB
CMYK
RGB Variations
Color information
#98483A (or 0x98483A) is known color: Mojo. HEX triplet: 98, 48 and 3A. RGB value is (152,72,58). Sum of RGB (Red+Green+Blue) = 152+72+58=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98483A is #67B7C5. Grayscale: #5E5E5E. Windows color (decimal): -6797254 or 3819672. OLE color: 3819672.
HSL color Cylindrical-coordinate representation of color #98483A: hue angle of 8.94º 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 #98483A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 58 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.40 |
| HSL | 8.94º | 0.45% | 0.41% | - |
| HSV(B) | 8.94º | 0.62% | 0.6% | - |
| XYZ | 16.03 | 11.62 | 5.4 | - |
| YUV | 94.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 58 | 0 | 0.53 | 0.62 | 0.40 | 8.94 | 0.45 | 0.41 |
| Hex | 98 | 48 | 3A | 0 | 35 | 3E | 28 | 9 | 2D | 29 |
| Octal | 230 | 110 | 72 | 0 | 65 | 76 | 50 | 11 | 55 | 51 |
| Binary | 10011000 | 1001000 | 111010 | 0 | 110101 | 111110 | 101000 | 1001 | 101101 | 101001 |
Color Harmonies of #98483A
Complementary color
Monochromatic Colors of #98483A
Black with #98483A
Text Example
Text Example
White with #98483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98483A; }
p { color: rgb(152,72,58); }
H1.HeaderClassName
{
color: #98483A;
}
.AnyTagClassName
{
color: #98483A;
}
</style>
background-color css
<style>
a { background-color: #98483A; }
a { background-color: rgb(152,72,58); }
div.DivClassName
{
background-color: #98483A;
}
.BgClassName
{
background-color: #98483A;
}
</style>
border-color css
<style>
span { border-color: #98483A; }
span { border-color: rgb(152,72,58); }
td.TdClassName
{
border-color: #98483A;
}
.TagClassName
{
border-color: #98483A;
}
</style>