Shades of Mocha #713D2E
Tints of Mocha #713D2E
RGB
CMYK
RGB Variations
Color information
#713D2E (or 0x713D2E) is known color: Mocha. HEX triplet: 71, 3D and 2E. RGB value is (113,61,46). Sum of RGB (Red+Green+Blue) = 113+61+46=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D2E is #8EC2D1. Grayscale: #4A4A4A. Windows color (decimal): -9355986 or 3030385. OLE color: 3030385.
HSL color Cylindrical-coordinate representation of color #713D2E: hue angle of 13.43º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713D2E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 46 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.56 |
| HSL | 13.43º | 0.42% | 0.31% | - |
| HSV(B) | 13.43º | 0.59% | 0.44% | - |
| XYZ | 8.97 | 7.05 | 3.47 | - |
| YUV | 74.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 46 | 0 | 0.46 | 0.59 | 0.56 | 13.43 | 0.42 | 0.31 |
| Hex | 71 | 3D | 2E | 0 | 2E | 3B | 38 | D | 2A | 1F |
| Octal | 161 | 75 | 56 | 0 | 56 | 73 | 70 | 15 | 52 | 37 |
| Binary | 1110001 | 111101 | 101110 | 0 | 101110 | 111011 | 111000 | 1101 | 101010 | 11111 |
Color Harmonies of #713D2E
Complementary color
Monochromatic Colors of #713D2E
Black with #713D2E
Text Example
Text Example
White with #713D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D2E; }
p { color: rgb(113,61,46); }
H1.HeaderClassName
{
color: #713D2E;
}
.AnyTagClassName
{
color: #713D2E;
}
</style>
background-color css
<style>
a { background-color: #713D2E; }
a { background-color: rgb(113,61,46); }
div.DivClassName
{
background-color: #713D2E;
}
.BgClassName
{
background-color: #713D2E;
}
</style>
border-color css
<style>
span { border-color: #713D2E; }
span { border-color: rgb(113,61,46); }
td.TdClassName
{
border-color: #713D2E;
}
.TagClassName
{
border-color: #713D2E;
}
</style>