Shades of Mojo #9C4A37
Tints of Mojo #9C4A37
RGB
CMYK
RGB Variations
Color information
#9C4A37 (or 0x9C4A37) is known color: Mojo. HEX triplet: 9C, 4A and 37. RGB value is (156,74,55). Sum of RGB (Red+Green+Blue) = 156+74+55=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4A37 is #63B5C8. Grayscale: #606060. Windows color (decimal): -6534601 or 3623580. OLE color: 3623580.
HSL color Cylindrical-coordinate representation of color #9C4A37: 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 #9C4A37 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 55 | - |
| 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.85 | 12.24 | 5.09 | - |
| YUV | 96.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 55 | 0 | 0.53 | 0.65 | 0.39 | 11.29 | 0.48 | 0.41 |
| Hex | 9C | 4A | 37 | 0 | 35 | 41 | 27 | B | 30 | 29 |
| Octal | 234 | 112 | 67 | 0 | 65 | 101 | 47 | 13 | 60 | 51 |
| Binary | 10011100 | 1001010 | 110111 | 0 | 110101 | 1000001 | 100111 | 1011 | 110000 | 101001 |
Color Harmonies of #9C4A37
Complementary color
Monochromatic Colors of #9C4A37
Black with #9C4A37
Text Example
Text Example
White with #9C4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A37; }
p { color: rgb(156,74,55); }
H1.HeaderClassName
{
color: #9C4A37;
}
.AnyTagClassName
{
color: #9C4A37;
}
</style>
background-color css
<style>
a { background-color: #9C4A37; }
a { background-color: rgb(156,74,55); }
div.DivClassName
{
background-color: #9C4A37;
}
.BgClassName
{
background-color: #9C4A37;
}
</style>
border-color css
<style>
span { border-color: #9C4A37; }
span { border-color: rgb(156,74,55); }
td.TdClassName
{
border-color: #9C4A37;
}
.TagClassName
{
border-color: #9C4A37;
}
</style>