Shades of Mocha #703A2E
Tints of Mocha #703A2E
RGB
CMYK
RGB Variations
Color information
#703A2E (or 0x703A2E) is known color: Mocha. HEX triplet: 70, 3A and 2E. RGB value is (112,58,46). Sum of RGB (Red+Green+Blue) = 112+58+46=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A2E is #8FC5D1. Grayscale: #484848. Windows color (decimal): -9422290 or 3029616. OLE color: 3029616.
HSL color Cylindrical-coordinate representation of color #703A2E: hue angle of 10.91º 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 #703A2E is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 46 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.56 |
| HSL | 10.91º | 0.42% | 0.31% | - |
| HSV(B) | 10.91º | 0.59% | 0.44% | - |
| XYZ | 8.69 | 6.67 | 3.41 | - |
| YUV | 72.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 46 | 0 | 0.48 | 0.59 | 0.56 | 10.91 | 0.42 | 0.31 |
| Hex | 70 | 3A | 2E | 0 | 30 | 3B | 38 | B | 2A | 1F |
| Octal | 160 | 72 | 56 | 0 | 60 | 73 | 70 | 13 | 52 | 37 |
| Binary | 1110000 | 111010 | 101110 | 0 | 110000 | 111011 | 111000 | 1011 | 101010 | 11111 |
Color Harmonies of #703A2E
Complementary color
Monochromatic Colors of #703A2E
Black with #703A2E
Text Example
Text Example
White with #703A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A2E; }
p { color: rgb(112,58,46); }
H1.HeaderClassName
{
color: #703A2E;
}
.AnyTagClassName
{
color: #703A2E;
}
</style>
background-color css
<style>
a { background-color: #703A2E; }
a { background-color: rgb(112,58,46); }
div.DivClassName
{
background-color: #703A2E;
}
.BgClassName
{
background-color: #703A2E;
}
</style>
border-color css
<style>
span { border-color: #703A2E; }
span { border-color: rgb(112,58,46); }
td.TdClassName
{
border-color: #703A2E;
}
.TagClassName
{
border-color: #703A2E;
}
</style>