Shades of Mocha #71342C
Tints of Mocha #71342C
RGB
CMYK
RGB Variations
Color information
#71342C (or 0x71342C) is known color: Mocha. HEX triplet: 71, 34 and 2C. RGB value is (113,52,44). Sum of RGB (Red+Green+Blue) = 113+52+44=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71342C is #8ECBD3. Grayscale: #454545. Windows color (decimal): -9358292 or 2897009. OLE color: 2897009.
HSL color Cylindrical-coordinate representation of color #71342C: hue angle of 6.96º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71342C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 44 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.56 |
| HSL | 6.96º | 0.44% | 0.31% | - |
| HSV(B) | 6.96º | 0.61% | 0.44% | - |
| XYZ | 8.49 | 6.15 | 3.12 | - |
| YUV | 69.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 44 | 0 | 0.54 | 0.61 | 0.56 | 6.96 | 0.44 | 0.31 |
| Hex | 71 | 34 | 2C | 0 | 36 | 3D | 38 | 7 | 2C | 1F |
| Octal | 161 | 64 | 54 | 0 | 66 | 75 | 70 | 7 | 54 | 37 |
| Binary | 1110001 | 110100 | 101100 | 0 | 110110 | 111101 | 111000 | 111 | 101100 | 11111 |
Color Harmonies of #71342C
Complementary color
Monochromatic Colors of #71342C
Black with #71342C
Text Example
Text Example
White with #71342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71342C; }
p { color: rgb(113,52,44); }
H1.HeaderClassName
{
color: #71342C;
}
.AnyTagClassName
{
color: #71342C;
}
</style>
background-color css
<style>
a { background-color: #71342C; }
a { background-color: rgb(113,52,44); }
div.DivClassName
{
background-color: #71342C;
}
.BgClassName
{
background-color: #71342C;
}
</style>
border-color css
<style>
span { border-color: #71342C; }
span { border-color: rgb(113,52,44); }
td.TdClassName
{
border-color: #71342C;
}
.TagClassName
{
border-color: #71342C;
}
</style>