Shades of Mocha #71362A
Tints of Mocha #71362A
RGB
CMYK
RGB Variations
Color information
#71362A (or 0x71362A) is known color: Mocha. HEX triplet: 71, 36 and 2A. RGB value is (113,54,42). Sum of RGB (Red+Green+Blue) = 113+54+42=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71362A is #8EC9D5. Grayscale: #464646. Windows color (decimal): -9357782 or 2766449. OLE color: 2766449.
HSL color Cylindrical-coordinate representation of color #71362A: hue angle of 10.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71362A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 54 | 42 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.56 |
| HSL | 10.14º | 0.46% | 0.3% | - |
| HSV(B) | 10.14º | 0.63% | 0.44% | - |
| XYZ | 8.55 | 6.32 | 2.96 | - |
| YUV | 70.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 42 | 0 | 0.52 | 0.63 | 0.56 | 10.14 | 0.46 | 0.3 |
| Hex | 71 | 36 | 2A | 0 | 34 | 3F | 38 | A | 2E | 1E |
| Octal | 161 | 66 | 52 | 0 | 64 | 77 | 70 | 12 | 56 | 36 |
| Binary | 1110001 | 110110 | 101010 | 0 | 110100 | 111111 | 111000 | 1010 | 101110 | 11110 |
Color Harmonies of #71362A
Complementary color
Monochromatic Colors of #71362A
Black with #71362A
Text Example
Text Example
White with #71362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71362A; }
p { color: rgb(113,54,42); }
H1.HeaderClassName
{
color: #71362A;
}
.AnyTagClassName
{
color: #71362A;
}
</style>
background-color css
<style>
a { background-color: #71362A; }
a { background-color: rgb(113,54,42); }
div.DivClassName
{
background-color: #71362A;
}
.BgClassName
{
background-color: #71362A;
}
</style>
border-color css
<style>
span { border-color: #71362A; }
span { border-color: rgb(113,54,42); }
td.TdClassName
{
border-color: #71362A;
}
.TagClassName
{
border-color: #71362A;
}
</style>