Shades of Moccaccino #552E28
Tints of Moccaccino #552E28
RGB
CMYK
RGB Variations
Color information
#552E28 (or 0x552E28) is known color: Moccaccino. HEX triplet: 55, 2E and 28. RGB value is (85,46,40). Sum of RGB (Red+Green+Blue) = 85+46+40=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E28 is #AAD1D7. Grayscale: #393939. Windows color (decimal): -11194840 or 2633301. OLE color: 2633301.
HSL color Cylindrical-coordinate representation of color #552E28: hue angle of 8º 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 #552E28 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 40 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.67 |
| HSL | 8º | 0.36% | 0.25% | - |
| HSV(B) | 8º | 0.53% | 0.33% | - |
| XYZ | 5.11 | 4.04 | 2.52 | - |
| YUV | 56.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 40 | 0 | 0.46 | 0.53 | 0.67 | 8 | 0.36 | 0.25 |
| Hex | 55 | 2E | 28 | 0 | 2E | 35 | 43 | 8 | 24 | 19 |
| Octal | 125 | 56 | 50 | 0 | 56 | 65 | 103 | 10 | 44 | 31 |
| Binary | 1010101 | 101110 | 101000 | 0 | 101110 | 110101 | 1000011 | 1000 | 100100 | 11001 |
Color Harmonies of #552E28
Complementary color
Monochromatic Colors of #552E28
Black with #552E28
Text Example
Text Example
White with #552E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E28; }
p { color: rgb(85,46,40); }
H1.HeaderClassName
{
color: #552E28;
}
.AnyTagClassName
{
color: #552E28;
}
</style>
background-color css
<style>
a { background-color: #552E28; }
a { background-color: rgb(85,46,40); }
div.DivClassName
{
background-color: #552E28;
}
.BgClassName
{
background-color: #552E28;
}
</style>
border-color css
<style>
span { border-color: #552E28; }
span { border-color: rgb(85,46,40); }
td.TdClassName
{
border-color: #552E28;
}
.TagClassName
{
border-color: #552E28;
}
</style>