Shades of Mocha #73352B
Tints of Mocha #73352B
RGB
CMYK
RGB Variations
Color information
#73352B (or 0x73352B) is known color: Mocha. HEX triplet: 73, 35 and 2B. RGB value is (115,53,43). Sum of RGB (Red+Green+Blue) = 115+53+43=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73352B is #8CCAD4. Grayscale: #464646. Windows color (decimal): -9226965 or 2831731. OLE color: 2831731.
HSL color Cylindrical-coordinate representation of color #73352B: hue angle of 8.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73352B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 53 | 43 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.55 |
| HSL | 8.33º | 0.46% | 0.31% | - |
| HSV(B) | 8.33º | 0.63% | 0.45% | - |
| XYZ | 8.78 | 6.37 | 3.05 | - |
| YUV | 70.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 43 | 0 | 0.54 | 0.63 | 0.55 | 8.33 | 0.46 | 0.31 |
| Hex | 73 | 35 | 2B | 0 | 36 | 3F | 37 | 8 | 2E | 1F |
| Octal | 163 | 65 | 53 | 0 | 66 | 77 | 67 | 10 | 56 | 37 |
| Binary | 1110011 | 110101 | 101011 | 0 | 110110 | 111111 | 110111 | 1000 | 101110 | 11111 |
Color Harmonies of #73352B
Complementary color
Monochromatic Colors of #73352B
Black with #73352B
Text Example
Text Example
White with #73352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73352B; }
p { color: rgb(115,53,43); }
H1.HeaderClassName
{
color: #73352B;
}
.AnyTagClassName
{
color: #73352B;
}
</style>
background-color css
<style>
a { background-color: #73352B; }
a { background-color: rgb(115,53,43); }
div.DivClassName
{
background-color: #73352B;
}
.BgClassName
{
background-color: #73352B;
}
</style>
border-color css
<style>
span { border-color: #73352B; }
span { border-color: rgb(115,53,43); }
td.TdClassName
{
border-color: #73352B;
}
.TagClassName
{
border-color: #73352B;
}
</style>