Shades of Moccaccino #55322D
Tints of Moccaccino #55322D
RGB
CMYK
RGB Variations
Color information
#55322D (or 0x55322D) is known color: Moccaccino. HEX triplet: 55, 32 and 2D. RGB value is (85,50,45). Sum of RGB (Red+Green+Blue) = 85+50+45=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55322D is #AACDD2. Grayscale: #3B3B3B. Windows color (decimal): -11193811 or 2962005. OLE color: 2962005.
HSL color Cylindrical-coordinate representation of color #55322D: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55322D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 45 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.67 |
| HSL | 7.5º | 0.31% | 0.25% | - |
| HSV(B) | 7.5º | 0.47% | 0.33% | - |
| XYZ | 5.36 | 4.4 | 3.05 | - |
| YUV | 59.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 45 | 0 | 0.41 | 0.47 | 0.67 | 7.5 | 0.31 | 0.25 |
| Hex | 55 | 32 | 2D | 0 | 29 | 2F | 43 | 8 | 1F | 19 |
| Octal | 125 | 62 | 55 | 0 | 51 | 57 | 103 | 10 | 37 | 31 |
| Binary | 1010101 | 110010 | 101101 | 0 | 101001 | 101111 | 1000011 | 1000 | 11111 | 11001 |
Color Harmonies of #55322D
Complementary color
Monochromatic Colors of #55322D
Black with #55322D
Text Example
Text Example
White with #55322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55322D; }
p { color: rgb(85,50,45); }
H1.HeaderClassName
{
color: #55322D;
}
.AnyTagClassName
{
color: #55322D;
}
</style>
background-color css
<style>
a { background-color: #55322D; }
a { background-color: rgb(85,50,45); }
div.DivClassName
{
background-color: #55322D;
}
.BgClassName
{
background-color: #55322D;
}
</style>
border-color css
<style>
span { border-color: #55322D; }
span { border-color: rgb(85,50,45); }
td.TdClassName
{
border-color: #55322D;
}
.TagClassName
{
border-color: #55322D;
}
</style>