Shades of Mojo #984B3D
Tints of Mojo #984B3D
RGB
CMYK
RGB Variations
Color information
#984B3D (or 0x984B3D) is known color: Mojo. HEX triplet: 98, 4B and 3D. RGB value is (152,75,61). Sum of RGB (Red+Green+Blue) = 152+75+61=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B3D is #67B4C2. Grayscale: #606060. Windows color (decimal): -6796483 or 4017048. OLE color: 4017048.
HSL color Cylindrical-coordinate representation of color #984B3D: hue angle of 9.23º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984B3D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 61 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.40 |
| HSL | 9.23º | 0.43% | 0.42% | - |
| HSV(B) | 9.23º | 0.6% | 0.6% | - |
| XYZ | 16.31 | 12.04 | 5.88 | - |
| YUV | 96.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 61 | 0 | 0.51 | 0.60 | 0.40 | 9.23 | 0.43 | 0.42 |
| Hex | 98 | 4B | 3D | 0 | 33 | 3C | 28 | 9 | 2B | 2A |
| Octal | 230 | 113 | 75 | 0 | 63 | 74 | 50 | 11 | 53 | 52 |
| Binary | 10011000 | 1001011 | 111101 | 0 | 110011 | 111100 | 101000 | 1001 | 101011 | 101010 |
Color Harmonies of #984B3D
Complementary color
Monochromatic Colors of #984B3D
Black with #984B3D
Text Example
Text Example
White with #984B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B3D; }
p { color: rgb(152,75,61); }
H1.HeaderClassName
{
color: #984B3D;
}
.AnyTagClassName
{
color: #984B3D;
}
</style>
background-color css
<style>
a { background-color: #984B3D; }
a { background-color: rgb(152,75,61); }
div.DivClassName
{
background-color: #984B3D;
}
.BgClassName
{
background-color: #984B3D;
}
</style>
border-color css
<style>
span { border-color: #984B3D; }
span { border-color: rgb(152,75,61); }
td.TdClassName
{
border-color: #984B3D;
}
.TagClassName
{
border-color: #984B3D;
}
</style>