Shades of Mocha #73342D
Tints of Mocha #73342D
RGB
CMYK
RGB Variations
Color information
#73342D (or 0x73342D) is known color: Mocha. HEX triplet: 73, 34 and 2D. RGB value is (115,52,45). Sum of RGB (Red+Green+Blue) = 115+52+45=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73342D is #8CCBD2. Grayscale: #464646. Windows color (decimal): -9227219 or 2962547. OLE color: 2962547.
HSL color Cylindrical-coordinate representation of color #73342D: hue angle of 6º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73342D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 45 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.55 |
| HSL | 6º | 0.44% | 0.31% | - |
| HSV(B) | 6º | 0.61% | 0.45% | - |
| XYZ | 8.77 | 6.29 | 3.23 | - |
| YUV | 70.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 45 | 0 | 0.55 | 0.61 | 0.55 | 6 | 0.44 | 0.31 |
| Hex | 73 | 34 | 2D | 0 | 37 | 3D | 37 | 6 | 2C | 1F |
| Octal | 163 | 64 | 55 | 0 | 67 | 75 | 67 | 6 | 54 | 37 |
| Binary | 1110011 | 110100 | 101101 | 0 | 110111 | 111101 | 110111 | 110 | 101100 | 11111 |
Color Harmonies of #73342D
Complementary color
Monochromatic Colors of #73342D
Black with #73342D
Text Example
Text Example
White with #73342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73342D; }
p { color: rgb(115,52,45); }
H1.HeaderClassName
{
color: #73342D;
}
.AnyTagClassName
{
color: #73342D;
}
</style>
background-color css
<style>
a { background-color: #73342D; }
a { background-color: rgb(115,52,45); }
div.DivClassName
{
background-color: #73342D;
}
.BgClassName
{
background-color: #73342D;
}
</style>
border-color css
<style>
span { border-color: #73342D; }
span { border-color: rgb(115,52,45); }
td.TdClassName
{
border-color: #73342D;
}
.TagClassName
{
border-color: #73342D;
}
</style>