Shades of Mojo #994937
Tints of Mojo #994937
RGB
CMYK
RGB Variations
Color information
#994937 (or 0x994937) is known color: Mojo. HEX triplet: 99, 49 and 37. RGB value is (153,73,55). Sum of RGB (Red+Green+Blue) = 153+73+55=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #994937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994937 is #66B6C8. Grayscale: #5F5F5F. Windows color (decimal): -6731465 or 3623321. OLE color: 3623321.
HSL color Cylindrical-coordinate representation of color #994937: hue angle of 11.02º 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 #994937 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 55 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.4 |
| HSL | 11.02º | 0.47% | 0.41% | - |
| HSV(B) | 11.02º | 0.64% | 0.6% | - |
| XYZ | 16.21 | 11.81 | 5.04 | - |
| YUV | 94.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 55 | 0 | 0.52 | 0.64 | 0.4 | 11.02 | 0.47 | 0.41 |
| Hex | 99 | 49 | 37 | 0 | 34 | 40 | 28 | B | 2F | 29 |
| Octal | 231 | 111 | 67 | 0 | 64 | 100 | 50 | 13 | 57 | 51 |
| Binary | 10011001 | 1001001 | 110111 | 0 | 110100 | 1000000 | 101000 | 1011 | 101111 | 101001 |
Color Harmonies of #994937
Complementary color
Monochromatic Colors of #994937
Black with #994937
Text Example
Text Example
White with #994937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994937; }
p { color: rgb(153,73,55); }
H1.HeaderClassName
{
color: #994937;
}
.AnyTagClassName
{
color: #994937;
}
</style>
background-color css
<style>
a { background-color: #994937; }
a { background-color: rgb(153,73,55); }
div.DivClassName
{
background-color: #994937;
}
.BgClassName
{
background-color: #994937;
}
</style>
border-color css
<style>
span { border-color: #994937; }
span { border-color: rgb(153,73,55); }
td.TdClassName
{
border-color: #994937;
}
.TagClassName
{
border-color: #994937;
}
</style>