Shades of Mocha #703931
Tints of Mocha #703931
RGB
CMYK
RGB Variations
Color information
#703931 (or 0x703931) is known color: Mocha. HEX triplet: 70, 39 and 31. RGB value is (112,57,49). Sum of RGB (Red+Green+Blue) = 112+57+49=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703931 is #8FC6CE. Grayscale: #484848. Windows color (decimal): -9422543 or 3225968. OLE color: 3225968.
HSL color Cylindrical-coordinate representation of color #703931: hue angle of 7.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703931 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 49 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.56 |
| HSL | 7.62º | 0.39% | 0.32% | - |
| HSV(B) | 7.62º | 0.56% | 0.44% | - |
| XYZ | 8.7 | 6.59 | 3.72 | - |
| YUV | 72.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 49 | 0 | 0.49 | 0.56 | 0.56 | 7.62 | 0.39 | 0.32 |
| Hex | 70 | 39 | 31 | 0 | 31 | 38 | 38 | 8 | 27 | 20 |
| Octal | 160 | 71 | 61 | 0 | 61 | 70 | 70 | 10 | 47 | 40 |
| Binary | 1110000 | 111001 | 110001 | 0 | 110001 | 111000 | 111000 | 1000 | 100111 | 100000 |
Color Harmonies of #703931
Complementary color
Monochromatic Colors of #703931
Black with #703931
Text Example
Text Example
White with #703931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703931; }
p { color: rgb(112,57,49); }
H1.HeaderClassName
{
color: #703931;
}
.AnyTagClassName
{
color: #703931;
}
</style>
background-color css
<style>
a { background-color: #703931; }
a { background-color: rgb(112,57,49); }
div.DivClassName
{
background-color: #703931;
}
.BgClassName
{
background-color: #703931;
}
</style>
border-color css
<style>
span { border-color: #703931; }
span { border-color: rgb(112,57,49); }
td.TdClassName
{
border-color: #703931;
}
.TagClassName
{
border-color: #703931;
}
</style>