Shades of Mojo #8E4537
Tints of Mojo #8E4537
RGB
CMYK
RGB Variations
Color information
#8E4537 (or 0x8E4537) is known color: Mojo. HEX triplet: 8E, 45 and 37. RGB value is (142,69,55). Sum of RGB (Red+Green+Blue) = 142+69+55=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4537 is #71BAC8. Grayscale: #595959. Windows color (decimal): -7453385 or 3622286. OLE color: 3622286.
HSL color Cylindrical-coordinate representation of color #8E4537: hue angle of 9.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E4537 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 55 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.44 |
| HSL | 9.66º | 0.44% | 0.39% | - |
| HSV(B) | 9.66º | 0.61% | 0.56% | - |
| XYZ | 13.97 | 10.28 | 4.86 | - |
| YUV | 89.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 55 | 0 | 0.51 | 0.61 | 0.44 | 9.66 | 0.44 | 0.39 |
| Hex | 8E | 45 | 37 | 0 | 33 | 3D | 2C | A | 2C | 27 |
| Octal | 216 | 105 | 67 | 0 | 63 | 75 | 54 | 12 | 54 | 47 |
| Binary | 10001110 | 1000101 | 110111 | 0 | 110011 | 111101 | 101100 | 1010 | 101100 | 100111 |
Color Harmonies of #8E4537
Complementary color
Monochromatic Colors of #8E4537
Black with #8E4537
Text Example
Text Example
White with #8E4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4537; }
p { color: rgb(142,69,55); }
H1.HeaderClassName
{
color: #8E4537;
}
.AnyTagClassName
{
color: #8E4537;
}
</style>
background-color css
<style>
a { background-color: #8E4537; }
a { background-color: rgb(142,69,55); }
div.DivClassName
{
background-color: #8E4537;
}
.BgClassName
{
background-color: #8E4537;
}
</style>
border-color css
<style>
span { border-color: #8E4537; }
span { border-color: rgb(142,69,55); }
td.TdClassName
{
border-color: #8E4537;
}
.TagClassName
{
border-color: #8E4537;
}
</style>