Shades of Mocha #713630
Tints of Mocha #713630
RGB
CMYK
RGB Variations
Color information
#713630 (or 0x713630) is known color: Mocha. HEX triplet: 71, 36 and 30. RGB value is (113,54,48). Sum of RGB (Red+Green+Blue) = 113+54+48=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713630 is #8EC9CF. Grayscale: #474747. Windows color (decimal): -9357776 or 3159665. OLE color: 3159665.
HSL color Cylindrical-coordinate representation of color #713630: hue angle of 5.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713630 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 54 | 48 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.56 |
| HSL | 5.54º | 0.4% | 0.32% | - |
| HSV(B) | 5.54º | 0.58% | 0.44% | - |
| XYZ | 8.66 | 6.36 | 3.57 | - |
| YUV | 70.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 48 | 0 | 0.52 | 0.58 | 0.56 | 5.54 | 0.4 | 0.32 |
| Hex | 71 | 36 | 30 | 0 | 34 | 3A | 38 | 6 | 28 | 20 |
| Octal | 161 | 66 | 60 | 0 | 64 | 72 | 70 | 6 | 50 | 40 |
| Binary | 1110001 | 110110 | 110000 | 0 | 110100 | 111010 | 111000 | 110 | 101000 | 100000 |
Color Harmonies of #713630
Complementary color
Monochromatic Colors of #713630
Black with #713630
Text Example
Text Example
White with #713630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713630; }
p { color: rgb(113,54,48); }
H1.HeaderClassName
{
color: #713630;
}
.AnyTagClassName
{
color: #713630;
}
</style>
background-color css
<style>
a { background-color: #713630; }
a { background-color: rgb(113,54,48); }
div.DivClassName
{
background-color: #713630;
}
.BgClassName
{
background-color: #713630;
}
</style>
border-color css
<style>
span { border-color: #713630; }
span { border-color: rgb(113,54,48); }
td.TdClassName
{
border-color: #713630;
}
.TagClassName
{
border-color: #713630;
}
</style>