Shades of Mojo #994A37
Tints of Mojo #994A37
RGB
CMYK
RGB Variations
Color information
#994A37 (or 0x994A37) is known color: Mojo. HEX triplet: 99, 4A and 37. RGB value is (153,74,55). Sum of RGB (Red+Green+Blue) = 153+74+55=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A37 is #66B5C8. Grayscale: #5F5F5F. Windows color (decimal): -6731209 or 3623577. OLE color: 3623577.
HSL color Cylindrical-coordinate representation of color #994A37: hue angle of 11.63º 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 #994A37 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 55 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.4 |
| HSL | 11.63º | 0.47% | 0.41% | - |
| HSV(B) | 11.63º | 0.64% | 0.6% | - |
| XYZ | 16.28 | 11.95 | 5.06 | - |
| YUV | 95.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 55 | 0 | 0.52 | 0.64 | 0.4 | 11.63 | 0.47 | 0.41 |
| Hex | 99 | 4A | 37 | 0 | 34 | 40 | 28 | C | 2F | 29 |
| Octal | 231 | 112 | 67 | 0 | 64 | 100 | 50 | 14 | 57 | 51 |
| Binary | 10011001 | 1001010 | 110111 | 0 | 110100 | 1000000 | 101000 | 1100 | 101111 | 101001 |
Color Harmonies of #994A37
Complementary color
Monochromatic Colors of #994A37
Black with #994A37
Text Example
Text Example
White with #994A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A37; }
p { color: rgb(153,74,55); }
H1.HeaderClassName
{
color: #994A37;
}
.AnyTagClassName
{
color: #994A37;
}
</style>
background-color css
<style>
a { background-color: #994A37; }
a { background-color: rgb(153,74,55); }
div.DivClassName
{
background-color: #994A37;
}
.BgClassName
{
background-color: #994A37;
}
</style>
border-color css
<style>
span { border-color: #994A37; }
span { border-color: rgb(153,74,55); }
td.TdClassName
{
border-color: #994A37;
}
.TagClassName
{
border-color: #994A37;
}
</style>