Shades of Mocha #703B2E
Tints of Mocha #703B2E
RGB
CMYK
RGB Variations
Color information
#703B2E (or 0x703B2E) is known color: Mocha. HEX triplet: 70, 3B and 2E. RGB value is (112,59,46). Sum of RGB (Red+Green+Blue) = 112+59+46=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B2E is #8FC4D1. Grayscale: #494949. Windows color (decimal): -9422034 or 3029872. OLE color: 3029872.
HSL color Cylindrical-coordinate representation of color #703B2E: hue angle of 11.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703B2E is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 46 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.56 |
| HSL | 11.82º | 0.42% | 0.31% | - |
| HSV(B) | 11.82º | 0.59% | 0.44% | - |
| XYZ | 8.74 | 6.77 | 3.43 | - |
| YUV | 73.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 46 | 0 | 0.47 | 0.59 | 0.56 | 11.82 | 0.42 | 0.31 |
| Hex | 70 | 3B | 2E | 0 | 2F | 3B | 38 | C | 2A | 1F |
| Octal | 160 | 73 | 56 | 0 | 57 | 73 | 70 | 14 | 52 | 37 |
| Binary | 1110000 | 111011 | 101110 | 0 | 101111 | 111011 | 111000 | 1100 | 101010 | 11111 |
Color Harmonies of #703B2E
Complementary color
Monochromatic Colors of #703B2E
Black with #703B2E
Text Example
Text Example
White with #703B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B2E; }
p { color: rgb(112,59,46); }
H1.HeaderClassName
{
color: #703B2E;
}
.AnyTagClassName
{
color: #703B2E;
}
</style>
background-color css
<style>
a { background-color: #703B2E; }
a { background-color: rgb(112,59,46); }
div.DivClassName
{
background-color: #703B2E;
}
.BgClassName
{
background-color: #703B2E;
}
</style>
border-color css
<style>
span { border-color: #703B2E; }
span { border-color: rgb(112,59,46); }
td.TdClassName
{
border-color: #703B2E;
}
.TagClassName
{
border-color: #703B2E;
}
</style>