Shades of Moccaccino #552E2C
Tints of Moccaccino #552E2C
RGB
CMYK
RGB Variations
Color information
#552E2C (or 0x552E2C) is known color: Moccaccino. HEX triplet: 55, 2E and 2C. RGB value is (85,46,44). Sum of RGB (Red+Green+Blue) = 85+46+44=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E2C is #AAD1D3. Grayscale: #393939. Windows color (decimal): -11194836 or 2895445. OLE color: 2895445.
HSL color Cylindrical-coordinate representation of color #552E2C: hue angle of 2.93º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552E2C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 44 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.67 |
| HSL | 2.93º | 0.32% | 0.25% | - |
| HSV(B) | 2.93º | 0.48% | 0.33% | - |
| XYZ | 5.18 | 4.07 | 2.9 | - |
| YUV | 57.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 44 | 0 | 0.46 | 0.48 | 0.67 | 2.93 | 0.32 | 0.25 |
| Hex | 55 | 2E | 2C | 0 | 2E | 30 | 43 | 3 | 20 | 19 |
| Octal | 125 | 56 | 54 | 0 | 56 | 60 | 103 | 3 | 40 | 31 |
| Binary | 1010101 | 101110 | 101100 | 0 | 101110 | 110000 | 1000011 | 11 | 100000 | 11001 |
Color Harmonies of #552E2C
Complementary color
Monochromatic Colors of #552E2C
Black with #552E2C
Text Example
Text Example
White with #552E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E2C; }
p { color: rgb(85,46,44); }
H1.HeaderClassName
{
color: #552E2C;
}
.AnyTagClassName
{
color: #552E2C;
}
</style>
background-color css
<style>
a { background-color: #552E2C; }
a { background-color: rgb(85,46,44); }
div.DivClassName
{
background-color: #552E2C;
}
.BgClassName
{
background-color: #552E2C;
}
</style>
border-color css
<style>
span { border-color: #552E2C; }
span { border-color: rgb(85,46,44); }
td.TdClassName
{
border-color: #552E2C;
}
.TagClassName
{
border-color: #552E2C;
}
</style>