Shades of Mocha #71342A
Tints of Mocha #71342A
RGB
CMYK
RGB Variations
Color information
#71342A (or 0x71342A) is known color: Mocha. HEX triplet: 71, 34 and 2A. RGB value is (113,52,42). Sum of RGB (Red+Green+Blue) = 113+52+42=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71342A is #8ECBD5. Grayscale: #454545. Windows color (decimal): -9358294 or 2765937. OLE color: 2765937.
HSL color Cylindrical-coordinate representation of color #71342A: hue angle of 8.45º 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 #71342A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 42 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.56 |
| HSL | 8.45º | 0.46% | 0.3% | - |
| HSV(B) | 8.45º | 0.63% | 0.44% | - |
| XYZ | 8.46 | 6.13 | 2.93 | - |
| YUV | 69.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 42 | 0 | 0.54 | 0.63 | 0.56 | 8.45 | 0.46 | 0.3 |
| Hex | 71 | 34 | 2A | 0 | 36 | 3F | 38 | 8 | 2E | 1E |
| Octal | 161 | 64 | 52 | 0 | 66 | 77 | 70 | 10 | 56 | 36 |
| Binary | 1110001 | 110100 | 101010 | 0 | 110110 | 111111 | 111000 | 1000 | 101110 | 11110 |
Color Harmonies of #71342A
Complementary color
Monochromatic Colors of #71342A
Black with #71342A
Text Example
Text Example
White with #71342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71342A; }
p { color: rgb(113,52,42); }
H1.HeaderClassName
{
color: #71342A;
}
.AnyTagClassName
{
color: #71342A;
}
</style>
background-color css
<style>
a { background-color: #71342A; }
a { background-color: rgb(113,52,42); }
div.DivClassName
{
background-color: #71342A;
}
.BgClassName
{
background-color: #71342A;
}
</style>
border-color css
<style>
span { border-color: #71342A; }
span { border-color: rgb(113,52,42); }
td.TdClassName
{
border-color: #71342A;
}
.TagClassName
{
border-color: #71342A;
}
</style>