Shades of Mocha #733A2B
Tints of Mocha #733A2B
RGB
CMYK
RGB Variations
Color information
#733A2B (or 0x733A2B) is known color: Mocha. HEX triplet: 73, 3A and 2B. RGB value is (115,58,43). Sum of RGB (Red+Green+Blue) = 115+58+43=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #733A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A2B is #8CC5D4. Grayscale: #494949. Windows color (decimal): -9225685 or 2833011. OLE color: 2833011.
HSL color Cylindrical-coordinate representation of color #733A2B: hue angle of 12.5º 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 #733A2B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 43 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.55 |
| HSL | 12.5º | 0.46% | 0.31% | - |
| HSV(B) | 12.5º | 0.63% | 0.45% | - |
| XYZ | 9.02 | 6.85 | 3.13 | - |
| YUV | 73.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 43 | 0 | 0.50 | 0.63 | 0.55 | 12.5 | 0.46 | 0.31 |
| Hex | 73 | 3A | 2B | 0 | 32 | 3F | 37 | C | 2E | 1F |
| Octal | 163 | 72 | 53 | 0 | 62 | 77 | 67 | 14 | 56 | 37 |
| Binary | 1110011 | 111010 | 101011 | 0 | 110010 | 111111 | 110111 | 1100 | 101110 | 11111 |
Color Harmonies of #733A2B
Complementary color
Monochromatic Colors of #733A2B
Black with #733A2B
Text Example
Text Example
White with #733A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A2B; }
p { color: rgb(115,58,43); }
H1.HeaderClassName
{
color: #733A2B;
}
.AnyTagClassName
{
color: #733A2B;
}
</style>
background-color css
<style>
a { background-color: #733A2B; }
a { background-color: rgb(115,58,43); }
div.DivClassName
{
background-color: #733A2B;
}
.BgClassName
{
background-color: #733A2B;
}
</style>
border-color css
<style>
span { border-color: #733A2B; }
span { border-color: rgb(115,58,43); }
td.TdClassName
{
border-color: #733A2B;
}
.TagClassName
{
border-color: #733A2B;
}
</style>