Shades of Moccaccino #55312C
Tints of Moccaccino #55312C
RGB
CMYK
RGB Variations
Color information
#55312C (or 0x55312C) is known color: Moccaccino. HEX triplet: 55, 31 and 2C. RGB value is (85,49,44). Sum of RGB (Red+Green+Blue) = 85+49+44=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55312C is #AACED3. Grayscale: #3B3B3B. Windows color (decimal): -11194068 or 2896213. OLE color: 2896213.
HSL color Cylindrical-coordinate representation of color #55312C: hue angle of 7.32º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55312C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 44 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.67 |
| HSL | 7.32º | 0.32% | 0.25% | - |
| HSV(B) | 7.32º | 0.48% | 0.33% | - |
| XYZ | 5.3 | 4.31 | 2.94 | - |
| YUV | 59.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 44 | 0 | 0.42 | 0.48 | 0.67 | 7.32 | 0.32 | 0.25 |
| Hex | 55 | 31 | 2C | 0 | 2A | 30 | 43 | 7 | 20 | 19 |
| Octal | 125 | 61 | 54 | 0 | 52 | 60 | 103 | 7 | 40 | 31 |
| Binary | 1010101 | 110001 | 101100 | 0 | 101010 | 110000 | 1000011 | 111 | 100000 | 11001 |
Color Harmonies of #55312C
Complementary color
Monochromatic Colors of #55312C
Black with #55312C
Text Example
Text Example
White with #55312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55312C; }
p { color: rgb(85,49,44); }
H1.HeaderClassName
{
color: #55312C;
}
.AnyTagClassName
{
color: #55312C;
}
</style>
background-color css
<style>
a { background-color: #55312C; }
a { background-color: rgb(85,49,44); }
div.DivClassName
{
background-color: #55312C;
}
.BgClassName
{
background-color: #55312C;
}
</style>
border-color css
<style>
span { border-color: #55312C; }
span { border-color: rgb(85,49,44); }
td.TdClassName
{
border-color: #55312C;
}
.TagClassName
{
border-color: #55312C;
}
</style>