Shades of Mocha #70392D
Tints of Mocha #70392D
RGB
CMYK
RGB Variations
Color information
#70392D (or 0x70392D) is known color: Mocha. HEX triplet: 70, 39 and 2D. RGB value is (112,57,45). Sum of RGB (Red+Green+Blue) = 112+57+45=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70392D is #8FC6D2. Grayscale: #484848. Windows color (decimal): -9422547 or 2963824. OLE color: 2963824.
HSL color Cylindrical-coordinate representation of color #70392D: hue angle of 10.75º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70392D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 45 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.56 |
| HSL | 10.75º | 0.43% | 0.31% | - |
| HSV(B) | 10.75º | 0.6% | 0.44% | - |
| XYZ | 8.62 | 6.56 | 3.29 | - |
| YUV | 72.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 45 | 0 | 0.49 | 0.60 | 0.56 | 10.75 | 0.43 | 0.31 |
| Hex | 70 | 39 | 2D | 0 | 31 | 3C | 38 | B | 2B | 1F |
| Octal | 160 | 71 | 55 | 0 | 61 | 74 | 70 | 13 | 53 | 37 |
| Binary | 1110000 | 111001 | 101101 | 0 | 110001 | 111100 | 111000 | 1011 | 101011 | 11111 |
Color Harmonies of #70392D
Complementary color
Monochromatic Colors of #70392D
Black with #70392D
Text Example
Text Example
White with #70392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70392D; }
p { color: rgb(112,57,45); }
H1.HeaderClassName
{
color: #70392D;
}
.AnyTagClassName
{
color: #70392D;
}
</style>
background-color css
<style>
a { background-color: #70392D; }
a { background-color: rgb(112,57,45); }
div.DivClassName
{
background-color: #70392D;
}
.BgClassName
{
background-color: #70392D;
}
</style>
border-color css
<style>
span { border-color: #70392D; }
span { border-color: rgb(112,57,45); }
td.TdClassName
{
border-color: #70392D;
}
.TagClassName
{
border-color: #70392D;
}
</style>