Shades of Mojo #8D4538
Tints of Mojo #8D4538
RGB
CMYK
RGB Variations
Color information
#8D4538 (or 0x8D4538) is known color: Mojo. HEX triplet: 8D, 45 and 38. RGB value is (141,69,56). Sum of RGB (Red+Green+Blue) = 141+69+56=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4538 is #72BAC7. Grayscale: #595959. Windows color (decimal): -7518920 or 3687821. OLE color: 3687821.
HSL color Cylindrical-coordinate representation of color #8D4538: hue angle of 9.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D4538 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 56 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.45 |
| HSL | 9.18º | 0.43% | 0.39% | - |
| HSV(B) | 9.18º | 0.6% | 0.55% | - |
| XYZ | 13.83 | 10.2 | 4.98 | - |
| YUV | 89.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 56 | 0 | 0.51 | 0.60 | 0.45 | 9.18 | 0.43 | 0.39 |
| Hex | 8D | 45 | 38 | 0 | 33 | 3C | 2D | 9 | 2B | 27 |
| Octal | 215 | 105 | 70 | 0 | 63 | 74 | 55 | 11 | 53 | 47 |
| Binary | 10001101 | 1000101 | 111000 | 0 | 110011 | 111100 | 101101 | 1001 | 101011 | 100111 |
Color Harmonies of #8D4538
Complementary color
Monochromatic Colors of #8D4538
Black with #8D4538
Text Example
Text Example
White with #8D4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4538; }
p { color: rgb(141,69,56); }
H1.HeaderClassName
{
color: #8D4538;
}
.AnyTagClassName
{
color: #8D4538;
}
</style>
background-color css
<style>
a { background-color: #8D4538; }
a { background-color: rgb(141,69,56); }
div.DivClassName
{
background-color: #8D4538;
}
.BgClassName
{
background-color: #8D4538;
}
</style>
border-color css
<style>
span { border-color: #8D4538; }
span { border-color: rgb(141,69,56); }
td.TdClassName
{
border-color: #8D4538;
}
.TagClassName
{
border-color: #8D4538;
}
</style>