Shades of Moccaccino #55322C
Tints of Moccaccino #55322C
RGB
CMYK
RGB Variations
Color information
#55322C (or 0x55322C) is known color: Moccaccino. HEX triplet: 55, 32 and 2C. RGB value is (85,50,44). Sum of RGB (Red+Green+Blue) = 85+50+44=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55322C is #AACDD3. Grayscale: #3B3B3B. Windows color (decimal): -11193812 or 2896469. OLE color: 2896469.
HSL color Cylindrical-coordinate representation of color #55322C: hue angle of 8.78º 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 #55322C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 44 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.67 |
| HSL | 8.78º | 0.32% | 0.25% | - |
| HSV(B) | 8.78º | 0.48% | 0.33% | - |
| XYZ | 5.34 | 4.39 | 2.95 | - |
| YUV | 59.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 44 | 0 | 0.41 | 0.48 | 0.67 | 8.78 | 0.32 | 0.25 |
| Hex | 55 | 32 | 2C | 0 | 29 | 30 | 43 | 9 | 20 | 19 |
| Octal | 125 | 62 | 54 | 0 | 51 | 60 | 103 | 11 | 40 | 31 |
| Binary | 1010101 | 110010 | 101100 | 0 | 101001 | 110000 | 1000011 | 1001 | 100000 | 11001 |
Color Harmonies of #55322C
Complementary color
Monochromatic Colors of #55322C
Black with #55322C
Text Example
Text Example
White with #55322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55322C; }
p { color: rgb(85,50,44); }
H1.HeaderClassName
{
color: #55322C;
}
.AnyTagClassName
{
color: #55322C;
}
</style>
background-color css
<style>
a { background-color: #55322C; }
a { background-color: rgb(85,50,44); }
div.DivClassName
{
background-color: #55322C;
}
.BgClassName
{
background-color: #55322C;
}
</style>
border-color css
<style>
span { border-color: #55322C; }
span { border-color: rgb(85,50,44); }
td.TdClassName
{
border-color: #55322C;
}
.TagClassName
{
border-color: #55322C;
}
</style>