Shades of Mocha #71382C
Tints of Mocha #71382C
RGB
CMYK
RGB Variations
Color information
#71382C (or 0x71382C) is known color: Mocha. HEX triplet: 71, 38 and 2C. RGB value is (113,56,44). Sum of RGB (Red+Green+Blue) = 113+56+44=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71382C is #8EC7D3. Grayscale: #474747. Windows color (decimal): -9357268 or 2898033. OLE color: 2898033.
HSL color Cylindrical-coordinate representation of color #71382C: hue angle of 10.43º 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 #71382C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 44 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.56 |
| HSL | 10.43º | 0.44% | 0.31% | - |
| HSV(B) | 10.43º | 0.61% | 0.44% | - |
| XYZ | 8.68 | 6.52 | 3.18 | - |
| YUV | 71.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 44 | 0 | 0.50 | 0.61 | 0.56 | 10.43 | 0.44 | 0.31 |
| Hex | 71 | 38 | 2C | 0 | 32 | 3D | 38 | A | 2C | 1F |
| Octal | 161 | 70 | 54 | 0 | 62 | 75 | 70 | 12 | 54 | 37 |
| Binary | 1110001 | 111000 | 101100 | 0 | 110010 | 111101 | 111000 | 1010 | 101100 | 11111 |
Color Harmonies of #71382C
Complementary color
Monochromatic Colors of #71382C
Black with #71382C
Text Example
Text Example
White with #71382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71382C; }
p { color: rgb(113,56,44); }
H1.HeaderClassName
{
color: #71382C;
}
.AnyTagClassName
{
color: #71382C;
}
</style>
background-color css
<style>
a { background-color: #71382C; }
a { background-color: rgb(113,56,44); }
div.DivClassName
{
background-color: #71382C;
}
.BgClassName
{
background-color: #71382C;
}
</style>
border-color css
<style>
span { border-color: #71382C; }
span { border-color: rgb(113,56,44); }
td.TdClassName
{
border-color: #71382C;
}
.TagClassName
{
border-color: #71382C;
}
</style>