Shades of Mocha #71352E
Tints of Mocha #71352E
RGB
CMYK
RGB Variations
Color information
#71352E (or 0x71352E) is known color: Mocha. HEX triplet: 71, 35 and 2E. RGB value is (113,53,46). Sum of RGB (Red+Green+Blue) = 113+53+46=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71352E is #8ECAD1. Grayscale: #464646. Windows color (decimal): -9358034 or 3028337. OLE color: 3028337.
HSL color Cylindrical-coordinate representation of color #71352E: hue angle of 6.27º 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 #71352E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 46 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.56 |
| HSL | 6.27º | 0.42% | 0.31% | - |
| HSV(B) | 6.27º | 0.59% | 0.44% | - |
| XYZ | 8.58 | 6.25 | 3.34 | - |
| YUV | 70.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 46 | 0 | 0.53 | 0.59 | 0.56 | 6.27 | 0.42 | 0.31 |
| Hex | 71 | 35 | 2E | 0 | 35 | 3B | 38 | 6 | 2A | 1F |
| Octal | 161 | 65 | 56 | 0 | 65 | 73 | 70 | 6 | 52 | 37 |
| Binary | 1110001 | 110101 | 101110 | 0 | 110101 | 111011 | 111000 | 110 | 101010 | 11111 |
Color Harmonies of #71352E
Complementary color
Monochromatic Colors of #71352E
Black with #71352E
Text Example
Text Example
White with #71352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71352E; }
p { color: rgb(113,53,46); }
H1.HeaderClassName
{
color: #71352E;
}
.AnyTagClassName
{
color: #71352E;
}
</style>
background-color css
<style>
a { background-color: #71352E; }
a { background-color: rgb(113,53,46); }
div.DivClassName
{
background-color: #71352E;
}
.BgClassName
{
background-color: #71352E;
}
</style>
border-color css
<style>
span { border-color: #71352E; }
span { border-color: rgb(113,53,46); }
td.TdClassName
{
border-color: #71352E;
}
.TagClassName
{
border-color: #71352E;
}
</style>