Shades of Mocha #71372C
Tints of Mocha #71372C
RGB
CMYK
RGB Variations
Color information
#71372C (or 0x71372C) is known color: Mocha. HEX triplet: 71, 37 and 2C. RGB value is (113,55,44). Sum of RGB (Red+Green+Blue) = 113+55+44=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71372C is #8EC8D3. Grayscale: #474747. Windows color (decimal): -9357524 or 2897777. OLE color: 2897777.
HSL color Cylindrical-coordinate representation of color #71372C: hue angle of 9.57º 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 #71372C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 44 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.56 |
| HSL | 9.57º | 0.44% | 0.31% | - |
| HSV(B) | 9.57º | 0.61% | 0.44% | - |
| XYZ | 8.63 | 6.42 | 3.17 | - |
| YUV | 71.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 44 | 0 | 0.51 | 0.61 | 0.56 | 9.57 | 0.44 | 0.31 |
| Hex | 71 | 37 | 2C | 0 | 33 | 3D | 38 | A | 2C | 1F |
| Octal | 161 | 67 | 54 | 0 | 63 | 75 | 70 | 12 | 54 | 37 |
| Binary | 1110001 | 110111 | 101100 | 0 | 110011 | 111101 | 111000 | 1010 | 101100 | 11111 |
Color Harmonies of #71372C
Complementary color
Monochromatic Colors of #71372C
Black with #71372C
Text Example
Text Example
White with #71372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71372C; }
p { color: rgb(113,55,44); }
H1.HeaderClassName
{
color: #71372C;
}
.AnyTagClassName
{
color: #71372C;
}
</style>
background-color css
<style>
a { background-color: #71372C; }
a { background-color: rgb(113,55,44); }
div.DivClassName
{
background-color: #71372C;
}
.BgClassName
{
background-color: #71372C;
}
</style>
border-color css
<style>
span { border-color: #71372C; }
span { border-color: rgb(113,55,44); }
td.TdClassName
{
border-color: #71372C;
}
.TagClassName
{
border-color: #71372C;
}
</style>