Shades of Mojo #99503D
Tints of Mojo #99503D
RGB
CMYK
RGB Variations
Color information
#99503D (or 0x99503D) is known color: Mojo. HEX triplet: 99, 50 and 3D. RGB value is (153,80,61). Sum of RGB (Red+Green+Blue) = 153+80+61=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99503D is #66AFC2. Grayscale: #636363. Windows color (decimal): -6729667 or 4018329. OLE color: 4018329.
HSL color Cylindrical-coordinate representation of color #99503D: hue angle of 12.39º 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 #99503D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 61 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.4 |
| HSL | 12.39º | 0.43% | 0.42% | - |
| HSV(B) | 12.39º | 0.6% | 0.6% | - |
| XYZ | 16.85 | 12.85 | 6.01 | - |
| YUV | 99.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 61 | 0 | 0.48 | 0.60 | 0.4 | 12.39 | 0.43 | 0.42 |
| Hex | 99 | 50 | 3D | 0 | 30 | 3C | 28 | C | 2B | 2A |
| Octal | 231 | 120 | 75 | 0 | 60 | 74 | 50 | 14 | 53 | 52 |
| Binary | 10011001 | 1010000 | 111101 | 0 | 110000 | 111100 | 101000 | 1100 | 101011 | 101010 |
Color Harmonies of #99503D
Complementary color
Monochromatic Colors of #99503D
Black with #99503D
Text Example
Text Example
White with #99503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99503D; }
p { color: rgb(153,80,61); }
H1.HeaderClassName
{
color: #99503D;
}
.AnyTagClassName
{
color: #99503D;
}
</style>
background-color css
<style>
a { background-color: #99503D; }
a { background-color: rgb(153,80,61); }
div.DivClassName
{
background-color: #99503D;
}
.BgClassName
{
background-color: #99503D;
}
</style>
border-color css
<style>
span { border-color: #99503D; }
span { border-color: rgb(153,80,61); }
td.TdClassName
{
border-color: #99503D;
}
.TagClassName
{
border-color: #99503D;
}
</style>