Shades of Mocha #71352A
Tints of Mocha #71352A
RGB
CMYK
RGB Variations
Color information
#71352A (or 0x71352A) is known color: Mocha. HEX triplet: 71, 35 and 2A. RGB value is (113,53,42). Sum of RGB (Red+Green+Blue) = 113+53+42=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71352A is #8ECAD5. Grayscale: #454545. Windows color (decimal): -9358038 or 2766193. OLE color: 2766193.
HSL color Cylindrical-coordinate representation of color #71352A: hue angle of 9.3º 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 #71352A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 42 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.56 |
| HSL | 9.3º | 0.46% | 0.3% | - |
| HSV(B) | 9.3º | 0.63% | 0.44% | - |
| XYZ | 8.5 | 6.22 | 2.94 | - |
| YUV | 69.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 42 | 0 | 0.53 | 0.63 | 0.56 | 9.3 | 0.46 | 0.3 |
| Hex | 71 | 35 | 2A | 0 | 35 | 3F | 38 | 9 | 2E | 1E |
| Octal | 161 | 65 | 52 | 0 | 65 | 77 | 70 | 11 | 56 | 36 |
| Binary | 1110001 | 110101 | 101010 | 0 | 110101 | 111111 | 111000 | 1001 | 101110 | 11110 |
Color Harmonies of #71352A
Complementary color
Monochromatic Colors of #71352A
Black with #71352A
Text Example
Text Example
White with #71352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71352A; }
p { color: rgb(113,53,42); }
H1.HeaderClassName
{
color: #71352A;
}
.AnyTagClassName
{
color: #71352A;
}
</style>
background-color css
<style>
a { background-color: #71352A; }
a { background-color: rgb(113,53,42); }
div.DivClassName
{
background-color: #71352A;
}
.BgClassName
{
background-color: #71352A;
}
</style>
border-color css
<style>
span { border-color: #71352A; }
span { border-color: rgb(113,53,42); }
td.TdClassName
{
border-color: #71352A;
}
.TagClassName
{
border-color: #71352A;
}
</style>