Shades of Moccaccino #553332
Tints of Moccaccino #553332
RGB
CMYK
RGB Variations
Color information
#553332 (or 0x553332) is known color: Moccaccino. HEX triplet: 55, 33 and 32. RGB value is (85,51,50). Sum of RGB (Red+Green+Blue) = 85+51+50=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553332 is #AACCCD. Grayscale: #3D3D3D. Windows color (decimal): -11193550 or 3289941. OLE color: 3289941.
HSL color Cylindrical-coordinate representation of color #553332: hue angle of 1.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553332 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 50 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.67 |
| HSL | 1.71º | 0.26% | 0.26% | - |
| HSV(B) | 1.71º | 0.41% | 0.33% | - |
| XYZ | 5.51 | 4.53 | 3.6 | - |
| YUV | 61.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 50 | 0 | 0.40 | 0.41 | 0.67 | 1.71 | 0.26 | 0.26 |
| Hex | 55 | 33 | 32 | 0 | 28 | 29 | 43 | 2 | 1A | 1A |
| Octal | 125 | 63 | 62 | 0 | 50 | 51 | 103 | 2 | 32 | 32 |
| Binary | 1010101 | 110011 | 110010 | 0 | 101000 | 101001 | 1000011 | 10 | 11010 | 11010 |
Color Harmonies of #553332
Complementary color
Monochromatic Colors of #553332
Black with #553332
Text Example
Text Example
White with #553332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553332; }
p { color: rgb(85,51,50); }
H1.HeaderClassName
{
color: #553332;
}
.AnyTagClassName
{
color: #553332;
}
</style>
background-color css
<style>
a { background-color: #553332; }
a { background-color: rgb(85,51,50); }
div.DivClassName
{
background-color: #553332;
}
.BgClassName
{
background-color: #553332;
}
</style>
border-color css
<style>
span { border-color: #553332; }
span { border-color: rgb(85,51,50); }
td.TdClassName
{
border-color: #553332;
}
.TagClassName
{
border-color: #553332;
}
</style>