Shades of Mojo #9B4936
Tints of Mojo #9B4936
RGB
CMYK
RGB Variations
Color information
#9B4936 (or 0x9B4936) is known color: Mojo. HEX triplet: 9B, 49 and 36. RGB value is (155,73,54). Sum of RGB (Red+Green+Blue) = 155+73+54=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4936 is #64B6C9. Grayscale: #5F5F5F. Windows color (decimal): -6600394 or 3557787. OLE color: 3557787.
HSL color Cylindrical-coordinate representation of color #9B4936: hue angle of 11.29º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B4936 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 54 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.39 |
| HSL | 11.29º | 0.48% | 0.41% | - |
| HSV(B) | 11.29º | 0.65% | 0.61% | - |
| XYZ | 16.57 | 12 | 4.93 | - |
| YUV | 95.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 54 | 0 | 0.53 | 0.65 | 0.39 | 11.29 | 0.48 | 0.41 |
| Hex | 9B | 49 | 36 | 0 | 35 | 41 | 27 | B | 30 | 29 |
| Octal | 233 | 111 | 66 | 0 | 65 | 101 | 47 | 13 | 60 | 51 |
| Binary | 10011011 | 1001001 | 110110 | 0 | 110101 | 1000001 | 100111 | 1011 | 110000 | 101001 |
Color Harmonies of #9B4936
Complementary color
Monochromatic Colors of #9B4936
Black with #9B4936
Text Example
Text Example
White with #9B4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4936; }
p { color: rgb(155,73,54); }
H1.HeaderClassName
{
color: #9B4936;
}
.AnyTagClassName
{
color: #9B4936;
}
</style>
background-color css
<style>
a { background-color: #9B4936; }
a { background-color: rgb(155,73,54); }
div.DivClassName
{
background-color: #9B4936;
}
.BgClassName
{
background-color: #9B4936;
}
</style>
border-color css
<style>
span { border-color: #9B4936; }
span { border-color: rgb(155,73,54); }
td.TdClassName
{
border-color: #9B4936;
}
.TagClassName
{
border-color: #9B4936;
}
</style>