Shades of Mocha #70342D
Tints of Mocha #70342D
RGB
CMYK
RGB Variations
Color information
#70342D (or 0x70342D) is known color: Mocha. HEX triplet: 70, 34 and 2D. RGB value is (112,52,45). Sum of RGB (Red+Green+Blue) = 112+52+45=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70342D is #8FCBD2. Grayscale: #454545. Windows color (decimal): -9423827 or 2962544. OLE color: 2962544.
HSL color Cylindrical-coordinate representation of color #70342D: hue angle of 6.27º 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 #70342D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 45 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.56 |
| HSL | 6.27º | 0.43% | 0.31% | - |
| HSV(B) | 6.27º | 0.6% | 0.44% | - |
| XYZ | 8.38 | 6.09 | 3.22 | - |
| YUV | 69.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 45 | 0 | 0.54 | 0.60 | 0.56 | 6.27 | 0.43 | 0.31 |
| Hex | 70 | 34 | 2D | 0 | 36 | 3C | 38 | 6 | 2B | 1F |
| Octal | 160 | 64 | 55 | 0 | 66 | 74 | 70 | 6 | 53 | 37 |
| Binary | 1110000 | 110100 | 101101 | 0 | 110110 | 111100 | 111000 | 110 | 101011 | 11111 |
Color Harmonies of #70342D
Complementary color
Monochromatic Colors of #70342D
Black with #70342D
Text Example
Text Example
White with #70342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70342D; }
p { color: rgb(112,52,45); }
H1.HeaderClassName
{
color: #70342D;
}
.AnyTagClassName
{
color: #70342D;
}
</style>
background-color css
<style>
a { background-color: #70342D; }
a { background-color: rgb(112,52,45); }
div.DivClassName
{
background-color: #70342D;
}
.BgClassName
{
background-color: #70342D;
}
</style>
border-color css
<style>
span { border-color: #70342D; }
span { border-color: rgb(112,52,45); }
td.TdClassName
{
border-color: #70342D;
}
.TagClassName
{
border-color: #70342D;
}
</style>