Shades of Moccaccino #552D2C
Tints of Moccaccino #552D2C
RGB
CMYK
RGB Variations
Color information
#552D2C (or 0x552D2C) is known color: Moccaccino. HEX triplet: 55, 2D and 2C. RGB value is (85,45,44). Sum of RGB (Red+Green+Blue) = 85+45+44=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2C is #AAD2D3. Grayscale: #383838. Windows color (decimal): -11195092 or 2895189. OLE color: 2895189.
HSL color Cylindrical-coordinate representation of color #552D2C: hue angle of 1.46º 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 #552D2C is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 44 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.67 |
| HSL | 1.46º | 0.32% | 0.25% | - |
| HSV(B) | 1.46º | 0.48% | 0.33% | - |
| XYZ | 5.14 | 3.99 | 2.88 | - |
| YUV | 56.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 44 | 0 | 0.47 | 0.48 | 0.67 | 1.46 | 0.32 | 0.25 |
| Hex | 55 | 2D | 2C | 0 | 2F | 30 | 43 | 1 | 20 | 19 |
| Octal | 125 | 55 | 54 | 0 | 57 | 60 | 103 | 1 | 40 | 31 |
| Binary | 1010101 | 101101 | 101100 | 0 | 101111 | 110000 | 1000011 | 1 | 100000 | 11001 |
Color Harmonies of #552D2C
Complementary color
Monochromatic Colors of #552D2C
Black with #552D2C
Text Example
Text Example
White with #552D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D2C; }
p { color: rgb(85,45,44); }
H1.HeaderClassName
{
color: #552D2C;
}
.AnyTagClassName
{
color: #552D2C;
}
</style>
background-color css
<style>
a { background-color: #552D2C; }
a { background-color: rgb(85,45,44); }
div.DivClassName
{
background-color: #552D2C;
}
.BgClassName
{
background-color: #552D2C;
}
</style>
border-color css
<style>
span { border-color: #552D2C; }
span { border-color: rgb(85,45,44); }
td.TdClassName
{
border-color: #552D2C;
}
.TagClassName
{
border-color: #552D2C;
}
</style>