Shades of Mojo #99493D
Tints of Mojo #99493D
RGB
CMYK
RGB Variations
Color information
#99493D (or 0x99493D) is known color: Mojo. HEX triplet: 99, 49 and 3D. RGB value is (153,73,61). Sum of RGB (Red+Green+Blue) = 153+73+61=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99493D is #66B6C2. Grayscale: #5F5F5F. Windows color (decimal): -6731459 or 4016537. OLE color: 4016537.
HSL color Cylindrical-coordinate representation of color #99493D: 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.6%. Process color model (Four color, CMYK) of #99493D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 61 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.4 |
| HSL | 7.83º | 0.43% | 0.42% | - |
| HSV(B) | 7.83º | 0.6% | 0.6% | - |
| XYZ | 16.36 | 11.87 | 5.84 | - |
| YUV | 95.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 61 | 0 | 0.52 | 0.60 | 0.4 | 7.83 | 0.43 | 0.42 |
| Hex | 99 | 49 | 3D | 0 | 34 | 3C | 28 | 8 | 2B | 2A |
| Octal | 231 | 111 | 75 | 0 | 64 | 74 | 50 | 10 | 53 | 52 |
| Binary | 10011001 | 1001001 | 111101 | 0 | 110100 | 111100 | 101000 | 1000 | 101011 | 101010 |
Color Harmonies of #99493D
Complementary color
Monochromatic Colors of #99493D
Black with #99493D
Text Example
Text Example
White with #99493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99493D; }
p { color: rgb(153,73,61); }
H1.HeaderClassName
{
color: #99493D;
}
.AnyTagClassName
{
color: #99493D;
}
</style>
background-color css
<style>
a { background-color: #99493D; }
a { background-color: rgb(153,73,61); }
div.DivClassName
{
background-color: #99493D;
}
.BgClassName
{
background-color: #99493D;
}
</style>
border-color css
<style>
span { border-color: #99493D; }
span { border-color: rgb(153,73,61); }
td.TdClassName
{
border-color: #99493D;
}
.TagClassName
{
border-color: #99493D;
}
</style>