Shades of Mocha #713B2B
Tints of Mocha #713B2B
RGB
CMYK
RGB Variations
Color information
#713B2B (or 0x713B2B) is known color: Mocha. HEX triplet: 71, 3B and 2B. RGB value is (113,59,43). Sum of RGB (Red+Green+Blue) = 113+59+43=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B2B is #8EC4D4. Grayscale: #494949. Windows color (decimal): -9356501 or 2833265. OLE color: 2833265.
HSL color Cylindrical-coordinate representation of color #713B2B: hue angle of 13.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713B2B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 43 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.56 |
| HSL | 13.71º | 0.45% | 0.31% | - |
| HSV(B) | 13.71º | 0.62% | 0.44% | - |
| XYZ | 8.81 | 6.81 | 3.14 | - |
| YUV | 73.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 43 | 0 | 0.48 | 0.62 | 0.56 | 13.71 | 0.45 | 0.31 |
| Hex | 71 | 3B | 2B | 0 | 30 | 3E | 38 | E | 2D | 1F |
| Octal | 161 | 73 | 53 | 0 | 60 | 76 | 70 | 16 | 55 | 37 |
| Binary | 1110001 | 111011 | 101011 | 0 | 110000 | 111110 | 111000 | 1110 | 101101 | 11111 |
Color Harmonies of #713B2B
Complementary color
Monochromatic Colors of #713B2B
Black with #713B2B
Text Example
Text Example
White with #713B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B2B; }
p { color: rgb(113,59,43); }
H1.HeaderClassName
{
color: #713B2B;
}
.AnyTagClassName
{
color: #713B2B;
}
</style>
background-color css
<style>
a { background-color: #713B2B; }
a { background-color: rgb(113,59,43); }
div.DivClassName
{
background-color: #713B2B;
}
.BgClassName
{
background-color: #713B2B;
}
</style>
border-color css
<style>
span { border-color: #713B2B; }
span { border-color: rgb(113,59,43); }
td.TdClassName
{
border-color: #713B2B;
}
.TagClassName
{
border-color: #713B2B;
}
</style>