Shades of Mocha #703C2D
Tints of Mocha #703C2D
RGB
CMYK
RGB Variations
Color information
#703C2D (or 0x703C2D) is known color: Mocha. HEX triplet: 70, 3C and 2D. RGB value is (112,60,45). Sum of RGB (Red+Green+Blue) = 112+60+45=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C2D is #8FC3D2. Grayscale: #494949. Windows color (decimal): -9421779 or 2964592. OLE color: 2964592.
HSL color Cylindrical-coordinate representation of color #703C2D: hue angle of 13.43º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703C2D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 45 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.56 |
| HSL | 13.43º | 0.43% | 0.31% | - |
| HSV(B) | 13.43º | 0.6% | 0.44% | - |
| XYZ | 8.77 | 6.87 | 3.35 | - |
| YUV | 73.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 45 | 0 | 0.46 | 0.60 | 0.56 | 13.43 | 0.43 | 0.31 |
| Hex | 70 | 3C | 2D | 0 | 2E | 3C | 38 | D | 2B | 1F |
| Octal | 160 | 74 | 55 | 0 | 56 | 74 | 70 | 15 | 53 | 37 |
| Binary | 1110000 | 111100 | 101101 | 0 | 101110 | 111100 | 111000 | 1101 | 101011 | 11111 |
Color Harmonies of #703C2D
Complementary color
Monochromatic Colors of #703C2D
Black with #703C2D
Text Example
Text Example
White with #703C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C2D; }
p { color: rgb(112,60,45); }
H1.HeaderClassName
{
color: #703C2D;
}
.AnyTagClassName
{
color: #703C2D;
}
</style>
background-color css
<style>
a { background-color: #703C2D; }
a { background-color: rgb(112,60,45); }
div.DivClassName
{
background-color: #703C2D;
}
.BgClassName
{
background-color: #703C2D;
}
</style>
border-color css
<style>
span { border-color: #703C2D; }
span { border-color: rgb(112,60,45); }
td.TdClassName
{
border-color: #703C2D;
}
.TagClassName
{
border-color: #703C2D;
}
</style>