Shades of Mojo #984938
Tints of Mojo #984938
RGB
CMYK
RGB Variations
Color information
#984938 (or 0x984938) is known color: Mojo. HEX triplet: 98, 49 and 38. RGB value is (152,73,56). Sum of RGB (Red+Green+Blue) = 152+73+56=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #984938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984938 is #67B6C7. Grayscale: #5E5E5E. Windows color (decimal): -6797000 or 3688856. OLE color: 3688856.
HSL color Cylindrical-coordinate representation of color #984938: hue angle of 10.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #984938 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 56 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.40 |
| HSL | 10.63º | 0.46% | 0.41% | - |
| HSV(B) | 10.63º | 0.63% | 0.6% | - |
| XYZ | 16.05 | 11.73 | 5.16 | - |
| YUV | 94.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 56 | 0 | 0.52 | 0.63 | 0.40 | 10.63 | 0.46 | 0.41 |
| Hex | 98 | 49 | 38 | 0 | 34 | 3F | 28 | B | 2E | 29 |
| Octal | 230 | 111 | 70 | 0 | 64 | 77 | 50 | 13 | 56 | 51 |
| Binary | 10011000 | 1001001 | 111000 | 0 | 110100 | 111111 | 101000 | 1011 | 101110 | 101001 |
Color Harmonies of #984938
Complementary color
Monochromatic Colors of #984938
Black with #984938
Text Example
Text Example
White with #984938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984938; }
p { color: rgb(152,73,56); }
H1.HeaderClassName
{
color: #984938;
}
.AnyTagClassName
{
color: #984938;
}
</style>
background-color css
<style>
a { background-color: #984938; }
a { background-color: rgb(152,73,56); }
div.DivClassName
{
background-color: #984938;
}
.BgClassName
{
background-color: #984938;
}
</style>
border-color css
<style>
span { border-color: #984938; }
span { border-color: rgb(152,73,56); }
td.TdClassName
{
border-color: #984938;
}
.TagClassName
{
border-color: #984938;
}
</style>