Shades of Mocha #713C2D
Tints of Mocha #713C2D
RGB
CMYK
RGB Variations
Color information
#713C2D (or 0x713C2D) is known color: Mocha. HEX triplet: 71, 3C and 2D. RGB value is (113,60,45). Sum of RGB (Red+Green+Blue) = 113+60+45=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C2D is #8EC3D2. Grayscale: #4A4A4A. Windows color (decimal): -9356243 or 2964593. OLE color: 2964593.
HSL color Cylindrical-coordinate representation of color #713C2D: hue angle of 13.24º 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 #713C2D is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 45 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.56 |
| HSL | 13.24º | 0.43% | 0.31% | - |
| HSV(B) | 13.24º | 0.6% | 0.44% | - |
| XYZ | 8.9 | 6.93 | 3.35 | - |
| YUV | 74.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 45 | 0 | 0.47 | 0.60 | 0.56 | 13.24 | 0.43 | 0.31 |
| Hex | 71 | 3C | 2D | 0 | 2F | 3C | 38 | D | 2B | 1F |
| Octal | 161 | 74 | 55 | 0 | 57 | 74 | 70 | 15 | 53 | 37 |
| Binary | 1110001 | 111100 | 101101 | 0 | 101111 | 111100 | 111000 | 1101 | 101011 | 11111 |
Color Harmonies of #713C2D
Complementary color
Monochromatic Colors of #713C2D
Black with #713C2D
Text Example
Text Example
White with #713C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C2D; }
p { color: rgb(113,60,45); }
H1.HeaderClassName
{
color: #713C2D;
}
.AnyTagClassName
{
color: #713C2D;
}
</style>
background-color css
<style>
a { background-color: #713C2D; }
a { background-color: rgb(113,60,45); }
div.DivClassName
{
background-color: #713C2D;
}
.BgClassName
{
background-color: #713C2D;
}
</style>
border-color css
<style>
span { border-color: #713C2D; }
span { border-color: rgb(113,60,45); }
td.TdClassName
{
border-color: #713C2D;
}
.TagClassName
{
border-color: #713C2D;
}
</style>