Shades of Mocha #733A2D
Tints of Mocha #733A2D
RGB
CMYK
RGB Variations
Color information
#733A2D (or 0x733A2D) is known color: Mocha. HEX triplet: 73, 3A and 2D. RGB value is (115,58,45). Sum of RGB (Red+Green+Blue) = 115+58+45=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A2D is #8CC5D2. Grayscale: #494949. Windows color (decimal): -9225683 or 2964083. OLE color: 2964083.
HSL color Cylindrical-coordinate representation of color #733A2D: hue angle of 11.14º 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 #733A2D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 45 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.55 |
| HSL | 11.14º | 0.44% | 0.31% | - |
| HSV(B) | 11.14º | 0.61% | 0.45% | - |
| XYZ | 9.06 | 6.86 | 3.33 | - |
| YUV | 73.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 45 | 0 | 0.50 | 0.61 | 0.55 | 11.14 | 0.44 | 0.31 |
| Hex | 73 | 3A | 2D | 0 | 32 | 3D | 37 | B | 2C | 1F |
| Octal | 163 | 72 | 55 | 0 | 62 | 75 | 67 | 13 | 54 | 37 |
| Binary | 1110011 | 111010 | 101101 | 0 | 110010 | 111101 | 110111 | 1011 | 101100 | 11111 |
Color Harmonies of #733A2D
Complementary color
Monochromatic Colors of #733A2D
Black with #733A2D
Text Example
Text Example
White with #733A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A2D; }
p { color: rgb(115,58,45); }
H1.HeaderClassName
{
color: #733A2D;
}
.AnyTagClassName
{
color: #733A2D;
}
</style>
background-color css
<style>
a { background-color: #733A2D; }
a { background-color: rgb(115,58,45); }
div.DivClassName
{
background-color: #733A2D;
}
.BgClassName
{
background-color: #733A2D;
}
</style>
border-color css
<style>
span { border-color: #733A2D; }
span { border-color: rgb(115,58,45); }
td.TdClassName
{
border-color: #733A2D;
}
.TagClassName
{
border-color: #733A2D;
}
</style>