Shades of Mojo #994B37
Tints of Mojo #994B37
RGB
CMYK
RGB Variations
Color information
#994B37 (or 0x994B37) is known color: Mojo. HEX triplet: 99, 4B and 37. RGB value is (153,75,55). Sum of RGB (Red+Green+Blue) = 153+75+55=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #994B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B37 is #66B4C8. Grayscale: #606060. Windows color (decimal): -6730953 or 3623833. OLE color: 3623833.
HSL color Cylindrical-coordinate representation of color #994B37: hue angle of 12.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994B37 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 55 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.4 |
| HSL | 12.24º | 0.47% | 0.41% | - |
| HSV(B) | 12.24º | 0.64% | 0.6% | - |
| XYZ | 16.34 | 12.08 | 5.08 | - |
| YUV | 96.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 55 | 0 | 0.51 | 0.64 | 0.4 | 12.24 | 0.47 | 0.41 |
| Hex | 99 | 4B | 37 | 0 | 33 | 40 | 28 | C | 2F | 29 |
| Octal | 231 | 113 | 67 | 0 | 63 | 100 | 50 | 14 | 57 | 51 |
| Binary | 10011001 | 1001011 | 110111 | 0 | 110011 | 1000000 | 101000 | 1100 | 101111 | 101001 |
Color Harmonies of #994B37
Complementary color
Monochromatic Colors of #994B37
Black with #994B37
Text Example
Text Example
White with #994B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B37; }
p { color: rgb(153,75,55); }
H1.HeaderClassName
{
color: #994B37;
}
.AnyTagClassName
{
color: #994B37;
}
</style>
background-color css
<style>
a { background-color: #994B37; }
a { background-color: rgb(153,75,55); }
div.DivClassName
{
background-color: #994B37;
}
.BgClassName
{
background-color: #994B37;
}
</style>
border-color css
<style>
span { border-color: #994B37; }
span { border-color: rgb(153,75,55); }
td.TdClassName
{
border-color: #994B37;
}
.TagClassName
{
border-color: #994B37;
}
</style>