Shades of Mocha #733B2E
Tints of Mocha #733B2E
RGB
CMYK
RGB Variations
Color information
#733B2E (or 0x733B2E) is known color: Mocha. HEX triplet: 73, 3B and 2E. RGB value is (115,59,46). Sum of RGB (Red+Green+Blue) = 115+59+46=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #733B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B2E is #8CC4D1. Grayscale: #4A4A4A. Windows color (decimal): -9225426 or 3029875. OLE color: 3029875.
HSL color Cylindrical-coordinate representation of color #733B2E: hue angle of 11.3º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #733B2E is Cyan = 0, Magento = 0.49, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 46 | - |
| CMYK | 0 | 0.49 | 0.6 | 0.55 |
| HSL | 11.3º | 0.43% | 0.32% | - |
| HSV(B) | 11.3º | 0.6% | 0.45% | - |
| XYZ | 9.13 | 6.97 | 3.45 | - |
| YUV | 74.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 46 | 0 | 0.49 | 0.6 | 0.55 | 11.3 | 0.43 | 0.32 |
| Hex | 73 | 3B | 2E | 0 | 31 | 3C | 37 | B | 2B | 20 |
| Octal | 163 | 73 | 56 | 0 | 61 | 74 | 67 | 13 | 53 | 40 |
| Binary | 1110011 | 111011 | 101110 | 0 | 110001 | 111100 | 110111 | 1011 | 101011 | 100000 |
Color Harmonies of #733B2E
Complementary color
Monochromatic Colors of #733B2E
Black with #733B2E
Text Example
Text Example
White with #733B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B2E; }
p { color: rgb(115,59,46); }
H1.HeaderClassName
{
color: #733B2E;
}
.AnyTagClassName
{
color: #733B2E;
}
</style>
background-color css
<style>
a { background-color: #733B2E; }
a { background-color: rgb(115,59,46); }
div.DivClassName
{
background-color: #733B2E;
}
.BgClassName
{
background-color: #733B2E;
}
</style>
border-color css
<style>
span { border-color: #733B2E; }
span { border-color: rgb(115,59,46); }
td.TdClassName
{
border-color: #733B2E;
}
.TagClassName
{
border-color: #733B2E;
}
</style>