Shades of Mocha #703A2F
Tints of Mocha #703A2F
RGB
CMYK
RGB Variations
Color information
#703A2F (or 0x703A2F) is known color: Mocha. HEX triplet: 70, 3A and 2F. RGB value is (112,58,47). Sum of RGB (Red+Green+Blue) = 112+58+47=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A2F is #8FC5D0. Grayscale: #484848. Windows color (decimal): -9422289 or 3095152. OLE color: 3095152.
HSL color Cylindrical-coordinate representation of color #703A2F: hue angle of 10.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703A2F is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 47 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.56 |
| HSL | 10.15º | 0.41% | 0.31% | - |
| HSV(B) | 10.15º | 0.58% | 0.44% | - |
| XYZ | 8.71 | 6.68 | 3.52 | - |
| YUV | 72.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 47 | 0 | 0.48 | 0.58 | 0.56 | 10.15 | 0.41 | 0.31 |
| Hex | 70 | 3A | 2F | 0 | 30 | 3A | 38 | A | 29 | 1F |
| Octal | 160 | 72 | 57 | 0 | 60 | 72 | 70 | 12 | 51 | 37 |
| Binary | 1110000 | 111010 | 101111 | 0 | 110000 | 111010 | 111000 | 1010 | 101001 | 11111 |
Color Harmonies of #703A2F
Complementary color
Monochromatic Colors of #703A2F
Black with #703A2F
Text Example
Text Example
White with #703A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A2F; }
p { color: rgb(112,58,47); }
H1.HeaderClassName
{
color: #703A2F;
}
.AnyTagClassName
{
color: #703A2F;
}
</style>
background-color css
<style>
a { background-color: #703A2F; }
a { background-color: rgb(112,58,47); }
div.DivClassName
{
background-color: #703A2F;
}
.BgClassName
{
background-color: #703A2F;
}
</style>
border-color css
<style>
span { border-color: #703A2F; }
span { border-color: rgb(112,58,47); }
td.TdClassName
{
border-color: #703A2F;
}
.TagClassName
{
border-color: #703A2F;
}
</style>