Shades of Mojo #984338
Tints of Mojo #984338
RGB
CMYK
RGB Variations
Color information
#984338 (or 0x984338) is known color: Mojo. HEX triplet: 98, 43 and 38. RGB value is (152,67,56). Sum of RGB (Red+Green+Blue) = 152+67+56=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #984338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984338 is #67BCC7. Grayscale: #5B5B5B. Windows color (decimal): -6798536 or 3687320. OLE color: 3687320.
HSL color Cylindrical-coordinate representation of color #984338: hue angle of 6.88º 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 #984338 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 56 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.40 |
| HSL | 6.88º | 0.46% | 0.41% | - |
| HSV(B) | 6.88º | 0.63% | 0.6% | - |
| XYZ | 15.67 | 10.98 | 5.03 | - |
| YUV | 91.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 56 | 0 | 0.56 | 0.63 | 0.40 | 6.88 | 0.46 | 0.41 |
| Hex | 98 | 43 | 38 | 0 | 38 | 3F | 28 | 7 | 2E | 29 |
| Octal | 230 | 103 | 70 | 0 | 70 | 77 | 50 | 7 | 56 | 51 |
| Binary | 10011000 | 1000011 | 111000 | 0 | 111000 | 111111 | 101000 | 111 | 101110 | 101001 |
Color Harmonies of #984338
Complementary color
Monochromatic Colors of #984338
Black with #984338
Text Example
Text Example
White with #984338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984338; }
p { color: rgb(152,67,56); }
H1.HeaderClassName
{
color: #984338;
}
.AnyTagClassName
{
color: #984338;
}
</style>
background-color css
<style>
a { background-color: #984338; }
a { background-color: rgb(152,67,56); }
div.DivClassName
{
background-color: #984338;
}
.BgClassName
{
background-color: #984338;
}
</style>
border-color css
<style>
span { border-color: #984338; }
span { border-color: rgb(152,67,56); }
td.TdClassName
{
border-color: #984338;
}
.TagClassName
{
border-color: #984338;
}
</style>