Shades of Mocha #70392C
Tints of Mocha #70392C
RGB
CMYK
RGB Variations
Color information
#70392C (or 0x70392C) is known color: Mocha. HEX triplet: 70, 39 and 2C. RGB value is (112,57,44). Sum of RGB (Red+Green+Blue) = 112+57+44=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70392C is #8FC6D3. Grayscale: #484848. Windows color (decimal): -9422548 or 2898288. OLE color: 2898288.
HSL color Cylindrical-coordinate representation of color #70392C: hue angle of 11.47º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70392C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 44 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.56 |
| HSL | 11.47º | 0.44% | 0.31% | - |
| HSV(B) | 11.47º | 0.61% | 0.44% | - |
| XYZ | 8.6 | 6.55 | 3.19 | - |
| YUV | 71.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 44 | 0 | 0.49 | 0.61 | 0.56 | 11.47 | 0.44 | 0.31 |
| Hex | 70 | 39 | 2C | 0 | 31 | 3D | 38 | B | 2C | 1F |
| Octal | 160 | 71 | 54 | 0 | 61 | 75 | 70 | 13 | 54 | 37 |
| Binary | 1110000 | 111001 | 101100 | 0 | 110001 | 111101 | 111000 | 1011 | 101100 | 11111 |
Color Harmonies of #70392C
Complementary color
Monochromatic Colors of #70392C
Black with #70392C
Text Example
Text Example
White with #70392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70392C; }
p { color: rgb(112,57,44); }
H1.HeaderClassName
{
color: #70392C;
}
.AnyTagClassName
{
color: #70392C;
}
</style>
background-color css
<style>
a { background-color: #70392C; }
a { background-color: rgb(112,57,44); }
div.DivClassName
{
background-color: #70392C;
}
.BgClassName
{
background-color: #70392C;
}
</style>
border-color css
<style>
span { border-color: #70392C; }
span { border-color: rgb(112,57,44); }
td.TdClassName
{
border-color: #70392C;
}
.TagClassName
{
border-color: #70392C;
}
</style>