Shades of Mocha #71372E
Tints of Mocha #71372E
RGB
CMYK
RGB Variations
Color information
#71372E (or 0x71372E) is known color: Mocha. HEX triplet: 71, 37 and 2E. RGB value is (113,55,46). Sum of RGB (Red+Green+Blue) = 113+55+46=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71372E is #8EC8D1. Grayscale: #474747. Windows color (decimal): -9357522 or 3028849. OLE color: 3028849.
HSL color Cylindrical-coordinate representation of color #71372E: hue angle of 8.06º 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 #71372E is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 46 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.56 |
| HSL | 8.06º | 0.42% | 0.31% | - |
| HSV(B) | 8.06º | 0.59% | 0.44% | - |
| XYZ | 8.67 | 6.44 | 3.37 | - |
| YUV | 71.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 46 | 0 | 0.51 | 0.59 | 0.56 | 8.06 | 0.42 | 0.31 |
| Hex | 71 | 37 | 2E | 0 | 33 | 3B | 38 | 8 | 2A | 1F |
| Octal | 161 | 67 | 56 | 0 | 63 | 73 | 70 | 10 | 52 | 37 |
| Binary | 1110001 | 110111 | 101110 | 0 | 110011 | 111011 | 111000 | 1000 | 101010 | 11111 |
Color Harmonies of #71372E
Complementary color
Monochromatic Colors of #71372E
Black with #71372E
Text Example
Text Example
White with #71372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71372E; }
p { color: rgb(113,55,46); }
H1.HeaderClassName
{
color: #71372E;
}
.AnyTagClassName
{
color: #71372E;
}
</style>
background-color css
<style>
a { background-color: #71372E; }
a { background-color: rgb(113,55,46); }
div.DivClassName
{
background-color: #71372E;
}
.BgClassName
{
background-color: #71372E;
}
</style>
border-color css
<style>
span { border-color: #71372E; }
span { border-color: rgb(113,55,46); }
td.TdClassName
{
border-color: #71372E;
}
.TagClassName
{
border-color: #71372E;
}
</style>