Shades of Mojo #8C433E
Tints of Mojo #8C433E
RGB
CMYK
RGB Variations
Color information
#8C433E (or 0x8C433E) is known color: Mojo. HEX triplet: 8C, 43 and 3E. RGB value is (140,67,62). Sum of RGB (Red+Green+Blue) = 140+67+62=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C433E is #73BCC1. Grayscale: #585858. Windows color (decimal): -7584962 or 4080524. OLE color: 4080524.
HSL color Cylindrical-coordinate representation of color #8C433E: hue angle of 3.85º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C433E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 62 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.45 |
| HSL | 3.85º | 0.39% | 0.4% | - |
| HSV(B) | 3.85º | 0.56% | 0.55% | - |
| XYZ | 13.69 | 9.94 | 5.75 | - |
| YUV | 88.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 62 | 0 | 0.52 | 0.56 | 0.45 | 3.85 | 0.39 | 0.4 |
| Hex | 8C | 43 | 3E | 0 | 34 | 38 | 2D | 4 | 27 | 28 |
| Octal | 214 | 103 | 76 | 0 | 64 | 70 | 55 | 4 | 47 | 50 |
| Binary | 10001100 | 1000011 | 111110 | 0 | 110100 | 111000 | 101101 | 100 | 100111 | 101000 |
Color Harmonies of #8C433E
Complementary color
Monochromatic Colors of #8C433E
Black with #8C433E
Text Example
Text Example
White with #8C433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C433E; }
p { color: rgb(140,67,62); }
H1.HeaderClassName
{
color: #8C433E;
}
.AnyTagClassName
{
color: #8C433E;
}
</style>
background-color css
<style>
a { background-color: #8C433E; }
a { background-color: rgb(140,67,62); }
div.DivClassName
{
background-color: #8C433E;
}
.BgClassName
{
background-color: #8C433E;
}
</style>
border-color css
<style>
span { border-color: #8C433E; }
span { border-color: rgb(140,67,62); }
td.TdClassName
{
border-color: #8C433E;
}
.TagClassName
{
border-color: #8C433E;
}
</style>