Shades of Mojo #8C453D
Tints of Mojo #8C453D
RGB
CMYK
RGB Variations
Color information
#8C453D (or 0x8C453D) is known color: Mojo. HEX triplet: 8C, 45 and 3D. RGB value is (140,69,61). Sum of RGB (Red+Green+Blue) = 140+69+61=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C453D is #73BAC2. Grayscale: #595959. Windows color (decimal): -7584451 or 4015500. OLE color: 4015500.
HSL color Cylindrical-coordinate representation of color #8C453D: hue angle of 6.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C453D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 61 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.45 |
| HSL | 6.08º | 0.39% | 0.39% | - |
| HSV(B) | 6.08º | 0.56% | 0.55% | - |
| XYZ | 13.79 | 10.17 | 5.65 | - |
| YUV | 89.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 61 | 0 | 0.51 | 0.56 | 0.45 | 6.08 | 0.39 | 0.39 |
| Hex | 8C | 45 | 3D | 0 | 33 | 38 | 2D | 6 | 27 | 27 |
| Octal | 214 | 105 | 75 | 0 | 63 | 70 | 55 | 6 | 47 | 47 |
| Binary | 10001100 | 1000101 | 111101 | 0 | 110011 | 111000 | 101101 | 110 | 100111 | 100111 |
Color Harmonies of #8C453D
Complementary color
Monochromatic Colors of #8C453D
Black with #8C453D
Text Example
Text Example
White with #8C453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C453D; }
p { color: rgb(140,69,61); }
H1.HeaderClassName
{
color: #8C453D;
}
.AnyTagClassName
{
color: #8C453D;
}
</style>
background-color css
<style>
a { background-color: #8C453D; }
a { background-color: rgb(140,69,61); }
div.DivClassName
{
background-color: #8C453D;
}
.BgClassName
{
background-color: #8C453D;
}
</style>
border-color css
<style>
span { border-color: #8C453D; }
span { border-color: rgb(140,69,61); }
td.TdClassName
{
border-color: #8C453D;
}
.TagClassName
{
border-color: #8C453D;
}
</style>