Shades of Moccaccino #552C28
Tints of Moccaccino #552C28
RGB
CMYK
RGB Variations
Color information
#552C28 (or 0x552C28) is known color: Moccaccino. HEX triplet: 55, 2C and 28. RGB value is (85,44,40). Sum of RGB (Red+Green+Blue) = 85+44+40=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C28 is #AAD3D7. Grayscale: #373737. Windows color (decimal): -11195352 or 2632789. OLE color: 2632789.
HSL color Cylindrical-coordinate representation of color #552C28: hue angle of 5.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552C28 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 40 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.67 |
| HSL | 5.33º | 0.36% | 0.25% | - |
| HSV(B) | 5.33º | 0.53% | 0.33% | - |
| XYZ | 5.03 | 3.89 | 2.49 | - |
| YUV | 55.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 40 | 0 | 0.48 | 0.53 | 0.67 | 5.33 | 0.36 | 0.25 |
| Hex | 55 | 2C | 28 | 0 | 30 | 35 | 43 | 5 | 24 | 19 |
| Octal | 125 | 54 | 50 | 0 | 60 | 65 | 103 | 5 | 44 | 31 |
| Binary | 1010101 | 101100 | 101000 | 0 | 110000 | 110101 | 1000011 | 101 | 100100 | 11001 |
Color Harmonies of #552C28
Complementary color
Monochromatic Colors of #552C28
Black with #552C28
Text Example
Text Example
White with #552C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C28; }
p { color: rgb(85,44,40); }
H1.HeaderClassName
{
color: #552C28;
}
.AnyTagClassName
{
color: #552C28;
}
</style>
background-color css
<style>
a { background-color: #552C28; }
a { background-color: rgb(85,44,40); }
div.DivClassName
{
background-color: #552C28;
}
.BgClassName
{
background-color: #552C28;
}
</style>
border-color css
<style>
span { border-color: #552C28; }
span { border-color: rgb(85,44,40); }
td.TdClassName
{
border-color: #552C28;
}
.TagClassName
{
border-color: #552C28;
}
</style>