Shades of Moccaccino #59312B
Tints of Moccaccino #59312B
RGB
CMYK
RGB Variations
Color information
#59312B (or 0x59312B) is known color: Moccaccino. HEX triplet: 59, 31 and 2B. RGB value is (89,49,43). Sum of RGB (Red+Green+Blue) = 89+49+43=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59312B is #A6CED4. Grayscale: #3C3C3C. Windows color (decimal): -10931925 or 2830681. OLE color: 2830681.
HSL color Cylindrical-coordinate representation of color #59312B: hue angle of 7.83º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59312B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 49 | 43 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.65 |
| HSL | 7.83º | 0.35% | 0.26% | - |
| HSV(B) | 7.83º | 0.52% | 0.35% | - |
| XYZ | 5.65 | 4.49 | 2.86 | - |
| YUV | 60.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 43 | 0 | 0.45 | 0.52 | 0.65 | 7.83 | 0.35 | 0.26 |
| Hex | 59 | 31 | 2B | 0 | 2D | 34 | 41 | 8 | 23 | 1A |
| Octal | 131 | 61 | 53 | 0 | 55 | 64 | 101 | 10 | 43 | 32 |
| Binary | 1011001 | 110001 | 101011 | 0 | 101101 | 110100 | 1000001 | 1000 | 100011 | 11010 |
Color Harmonies of #59312B
Complementary color
Monochromatic Colors of #59312B
Black with #59312B
Text Example
Text Example
White with #59312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59312B; }
p { color: rgb(89,49,43); }
H1.HeaderClassName
{
color: #59312B;
}
.AnyTagClassName
{
color: #59312B;
}
</style>
background-color css
<style>
a { background-color: #59312B; }
a { background-color: rgb(89,49,43); }
div.DivClassName
{
background-color: #59312B;
}
.BgClassName
{
background-color: #59312B;
}
</style>
border-color css
<style>
span { border-color: #59312B; }
span { border-color: rgb(89,49,43); }
td.TdClassName
{
border-color: #59312B;
}
.TagClassName
{
border-color: #59312B;
}
</style>