Shades of Mocha #713B2D
Tints of Mocha #713B2D
RGB
CMYK
RGB Variations
Color information
#713B2D (or 0x713B2D) is known color: Mocha. HEX triplet: 71, 3B and 2D. RGB value is (113,59,45). Sum of RGB (Red+Green+Blue) = 113+59+45=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B2D is #8EC4D2. Grayscale: #494949. Windows color (decimal): -9356499 or 2964337. OLE color: 2964337.
HSL color Cylindrical-coordinate representation of color #713B2D: hue angle of 12.35º 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 #713B2D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 45 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.56 |
| HSL | 12.35º | 0.43% | 0.31% | - |
| HSV(B) | 12.35º | 0.6% | 0.44% | - |
| XYZ | 8.85 | 6.83 | 3.33 | - |
| YUV | 73.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 45 | 0 | 0.48 | 0.60 | 0.56 | 12.35 | 0.43 | 0.31 |
| Hex | 71 | 3B | 2D | 0 | 30 | 3C | 38 | C | 2B | 1F |
| Octal | 161 | 73 | 55 | 0 | 60 | 74 | 70 | 14 | 53 | 37 |
| Binary | 1110001 | 111011 | 101101 | 0 | 110000 | 111100 | 111000 | 1100 | 101011 | 11111 |
Color Harmonies of #713B2D
Complementary color
Monochromatic Colors of #713B2D
Black with #713B2D
Text Example
Text Example
White with #713B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B2D; }
p { color: rgb(113,59,45); }
H1.HeaderClassName
{
color: #713B2D;
}
.AnyTagClassName
{
color: #713B2D;
}
</style>
background-color css
<style>
a { background-color: #713B2D; }
a { background-color: rgb(113,59,45); }
div.DivClassName
{
background-color: #713B2D;
}
.BgClassName
{
background-color: #713B2D;
}
</style>
border-color css
<style>
span { border-color: #713B2D; }
span { border-color: rgb(113,59,45); }
td.TdClassName
{
border-color: #713B2D;
}
.TagClassName
{
border-color: #713B2D;
}
</style>