Shades of Mocha #713831
Tints of Mocha #713831
RGB
CMYK
RGB Variations
Color information
#713831 (or 0x713831) is known color: Mocha. HEX triplet: 71, 38 and 31. RGB value is (113,56,49). Sum of RGB (Red+Green+Blue) = 113+56+49=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713831 is #8EC7CE. Grayscale: #484848. Windows color (decimal): -9357263 or 3225713. OLE color: 3225713.
HSL color Cylindrical-coordinate representation of color #713831: hue angle of 6.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713831 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 49 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.56 |
| HSL | 6.56º | 0.4% | 0.32% | - |
| HSV(B) | 6.56º | 0.57% | 0.44% | - |
| XYZ | 8.78 | 6.56 | 3.71 | - |
| YUV | 72.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 49 | 0 | 0.50 | 0.57 | 0.56 | 6.56 | 0.4 | 0.32 |
| Hex | 71 | 38 | 31 | 0 | 32 | 39 | 38 | 7 | 28 | 20 |
| Octal | 161 | 70 | 61 | 0 | 62 | 71 | 70 | 7 | 50 | 40 |
| Binary | 1110001 | 111000 | 110001 | 0 | 110010 | 111001 | 111000 | 111 | 101000 | 100000 |
Color Harmonies of #713831
Complementary color
Monochromatic Colors of #713831
Black with #713831
Text Example
Text Example
White with #713831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713831; }
p { color: rgb(113,56,49); }
H1.HeaderClassName
{
color: #713831;
}
.AnyTagClassName
{
color: #713831;
}
</style>
background-color css
<style>
a { background-color: #713831; }
a { background-color: rgb(113,56,49); }
div.DivClassName
{
background-color: #713831;
}
.BgClassName
{
background-color: #713831;
}
</style>
border-color css
<style>
span { border-color: #713831; }
span { border-color: rgb(113,56,49); }
td.TdClassName
{
border-color: #713831;
}
.TagClassName
{
border-color: #713831;
}
</style>