Shades of Moccaccino #552828
Tints of Moccaccino #552828
RGB
CMYK
RGB Variations
Color information
#552828 (or 0x552828) is known color: Moccaccino. HEX triplet: 55, 28 and 28. RGB value is (85,40,40). Sum of RGB (Red+Green+Blue) = 85+40+40=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #552828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552828 is #AAD7D7. Grayscale: #353535. Windows color (decimal): -11196376 or 2631765. OLE color: 2631765.
HSL color Cylindrical-coordinate representation of color #552828: hue angle of 0º 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 #552828 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 40 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.67 |
| HSL | 0º | 0.36% | 0.25% | - |
| HSV(B) | 0º | 0.53% | 0.33% | - |
| XYZ | 4.89 | 3.6 | 2.45 | - |
| YUV | 53.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 40 | 0 | 0.53 | 0.53 | 0.67 | 0 | 0.36 | 0.25 |
| Hex | 55 | 28 | 28 | 0 | 35 | 35 | 43 | 0 | 24 | 19 |
| Octal | 125 | 50 | 50 | 0 | 65 | 65 | 103 | 0 | 44 | 31 |
| Binary | 1010101 | 101000 | 101000 | 0 | 110101 | 110101 | 1000011 | 0 | 100100 | 11001 |
Color Harmonies of #552828
Complementary color
Monochromatic Colors of #552828
Black with #552828
Text Example
Text Example
White with #552828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552828; }
p { color: rgb(85,40,40); }
H1.HeaderClassName
{
color: #552828;
}
.AnyTagClassName
{
color: #552828;
}
</style>
background-color css
<style>
a { background-color: #552828; }
a { background-color: rgb(85,40,40); }
div.DivClassName
{
background-color: #552828;
}
.BgClassName
{
background-color: #552828;
}
</style>
border-color css
<style>
span { border-color: #552828; }
span { border-color: rgb(85,40,40); }
td.TdClassName
{
border-color: #552828;
}
.TagClassName
{
border-color: #552828;
}
</style>