Shades of Mocha #70382A
Tints of Mocha #70382A
RGB
CMYK
RGB Variations
Color information
#70382A (or 0x70382A) is known color: Mocha. HEX triplet: 70, 38 and 2A. RGB value is (112,56,42). Sum of RGB (Red+Green+Blue) = 112+56+42=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70382A is #8FC7D5. Grayscale: #474747. Windows color (decimal): -9422806 or 2766960. OLE color: 2766960.
HSL color Cylindrical-coordinate representation of color #70382A: hue angle of 12º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70382A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 42 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.56 |
| HSL | 12º | 0.45% | 0.3% | - |
| HSV(B) | 12º | 0.63% | 0.44% | - |
| XYZ | 8.51 | 6.44 | 2.98 | - |
| YUV | 71.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 42 | 0 | 0.50 | 0.62 | 0.56 | 12 | 0.45 | 0.3 |
| Hex | 70 | 38 | 2A | 0 | 32 | 3E | 38 | C | 2D | 1E |
| Octal | 160 | 70 | 52 | 0 | 62 | 76 | 70 | 14 | 55 | 36 |
| Binary | 1110000 | 111000 | 101010 | 0 | 110010 | 111110 | 111000 | 1100 | 101101 | 11110 |
Color Harmonies of #70382A
Complementary color
Monochromatic Colors of #70382A
Black with #70382A
Text Example
Text Example
White with #70382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70382A; }
p { color: rgb(112,56,42); }
H1.HeaderClassName
{
color: #70382A;
}
.AnyTagClassName
{
color: #70382A;
}
</style>
background-color css
<style>
a { background-color: #70382A; }
a { background-color: rgb(112,56,42); }
div.DivClassName
{
background-color: #70382A;
}
.BgClassName
{
background-color: #70382A;
}
</style>
border-color css
<style>
span { border-color: #70382A; }
span { border-color: rgb(112,56,42); }
td.TdClassName
{
border-color: #70382A;
}
.TagClassName
{
border-color: #70382A;
}
</style>