Shades of Mocha #703A2B
Tints of Mocha #703A2B
RGB
CMYK
RGB Variations
Color information
#703A2B (or 0x703A2B) is known color: Mocha. HEX triplet: 70, 3A and 2B. RGB value is (112,58,43). Sum of RGB (Red+Green+Blue) = 112+58+43=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A2B is #8FC5D4. Grayscale: #484848. Windows color (decimal): -9422293 or 2833008. OLE color: 2833008.
HSL color Cylindrical-coordinate representation of color #703A2B: hue angle of 13.04º 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 #703A2B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 43 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.56 |
| HSL | 13.04º | 0.45% | 0.3% | - |
| HSV(B) | 13.04º | 0.62% | 0.44% | - |
| XYZ | 8.63 | 6.65 | 3.11 | - |
| YUV | 72.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 43 | 0 | 0.48 | 0.62 | 0.56 | 13.04 | 0.45 | 0.3 |
| Hex | 70 | 3A | 2B | 0 | 30 | 3E | 38 | D | 2D | 1E |
| Octal | 160 | 72 | 53 | 0 | 60 | 76 | 70 | 15 | 55 | 36 |
| Binary | 1110000 | 111010 | 101011 | 0 | 110000 | 111110 | 111000 | 1101 | 101101 | 11110 |
Color Harmonies of #703A2B
Complementary color
Monochromatic Colors of #703A2B
Black with #703A2B
Text Example
Text Example
White with #703A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A2B; }
p { color: rgb(112,58,43); }
H1.HeaderClassName
{
color: #703A2B;
}
.AnyTagClassName
{
color: #703A2B;
}
</style>
background-color css
<style>
a { background-color: #703A2B; }
a { background-color: rgb(112,58,43); }
div.DivClassName
{
background-color: #703A2B;
}
.BgClassName
{
background-color: #703A2B;
}
</style>
border-color css
<style>
span { border-color: #703A2B; }
span { border-color: rgb(112,58,43); }
td.TdClassName
{
border-color: #703A2B;
}
.TagClassName
{
border-color: #703A2B;
}
</style>