Shades of Mocha #733A2A
Tints of Mocha #733A2A
RGB
CMYK
RGB Variations
Color information
#733A2A (or 0x733A2A) is known color: Mocha. HEX triplet: 73, 3A and 2A. RGB value is (115,58,42). Sum of RGB (Red+Green+Blue) = 115+58+42=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #733A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A2A is #8CC5D5. Grayscale: #494949. Windows color (decimal): -9225686 or 2767475. OLE color: 2767475.
HSL color Cylindrical-coordinate representation of color #733A2A: hue angle of 13.15º 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 #733A2A is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 42 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.55 |
| HSL | 13.15º | 0.46% | 0.31% | - |
| HSV(B) | 13.15º | 0.63% | 0.45% | - |
| XYZ | 9 | 6.84 | 3.04 | - |
| YUV | 73.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 42 | 0 | 0.50 | 0.63 | 0.55 | 13.15 | 0.46 | 0.31 |
| Hex | 73 | 3A | 2A | 0 | 32 | 3F | 37 | D | 2E | 1F |
| Octal | 163 | 72 | 52 | 0 | 62 | 77 | 67 | 15 | 56 | 37 |
| Binary | 1110011 | 111010 | 101010 | 0 | 110010 | 111111 | 110111 | 1101 | 101110 | 11111 |
Color Harmonies of #733A2A
Complementary color
Monochromatic Colors of #733A2A
Black with #733A2A
Text Example
Text Example
White with #733A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A2A; }
p { color: rgb(115,58,42); }
H1.HeaderClassName
{
color: #733A2A;
}
.AnyTagClassName
{
color: #733A2A;
}
</style>
background-color css
<style>
a { background-color: #733A2A; }
a { background-color: rgb(115,58,42); }
div.DivClassName
{
background-color: #733A2A;
}
.BgClassName
{
background-color: #733A2A;
}
</style>
border-color css
<style>
span { border-color: #733A2A; }
span { border-color: rgb(115,58,42); }
td.TdClassName
{
border-color: #733A2A;
}
.TagClassName
{
border-color: #733A2A;
}
</style>