Shades of Mojo #8D463C
Tints of Mojo #8D463C
RGB
CMYK
RGB Variations
Color information
#8D463C (or 0x8D463C) is known color: Mojo. HEX triplet: 8D, 46 and 3C. RGB value is (141,70,60). Sum of RGB (Red+Green+Blue) = 141+70+60=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D463C is #72B9C3. Grayscale: #5A5A5A. Windows color (decimal): -7518660 or 3950221. OLE color: 3950221.
HSL color Cylindrical-coordinate representation of color #8D463C: hue angle of 7.41º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D463C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 60 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.45 |
| HSL | 7.41º | 0.4% | 0.39% | - |
| HSV(B) | 7.41º | 0.57% | 0.55% | - |
| XYZ | 13.99 | 10.37 | 5.54 | - |
| YUV | 90.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 60 | 0 | 0.50 | 0.57 | 0.45 | 7.41 | 0.4 | 0.39 |
| Hex | 8D | 46 | 3C | 0 | 32 | 39 | 2D | 7 | 28 | 27 |
| Octal | 215 | 106 | 74 | 0 | 62 | 71 | 55 | 7 | 50 | 47 |
| Binary | 10001101 | 1000110 | 111100 | 0 | 110010 | 111001 | 101101 | 111 | 101000 | 100111 |
Color Harmonies of #8D463C
Complementary color
Monochromatic Colors of #8D463C
Black with #8D463C
Text Example
Text Example
White with #8D463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D463C; }
p { color: rgb(141,70,60); }
H1.HeaderClassName
{
color: #8D463C;
}
.AnyTagClassName
{
color: #8D463C;
}
</style>
background-color css
<style>
a { background-color: #8D463C; }
a { background-color: rgb(141,70,60); }
div.DivClassName
{
background-color: #8D463C;
}
.BgClassName
{
background-color: #8D463C;
}
</style>
border-color css
<style>
span { border-color: #8D463C; }
span { border-color: rgb(141,70,60); }
td.TdClassName
{
border-color: #8D463C;
}
.TagClassName
{
border-color: #8D463C;
}
</style>