Shades of Moccaccino #552C2B
Tints of Moccaccino #552C2B
RGB
CMYK
RGB Variations
Color information
#552C2B (or 0x552C2B) is known color: Moccaccino. HEX triplet: 55, 2C and 2B. RGB value is (85,44,43). Sum of RGB (Red+Green+Blue) = 85+44+43=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2B is #AAD3D4. Grayscale: #383838. Windows color (decimal): -11195349 or 2829397. OLE color: 2829397.
HSL color Cylindrical-coordinate representation of color #552C2B: hue angle of 1.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552C2B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 43 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.67 |
| HSL | 1.43º | 0.33% | 0.25% | - |
| HSV(B) | 1.43º | 0.49% | 0.33% | - |
| XYZ | 5.08 | 3.91 | 2.77 | - |
| YUV | 56.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 43 | 0 | 0.48 | 0.49 | 0.67 | 1.43 | 0.33 | 0.25 |
| Hex | 55 | 2C | 2B | 0 | 30 | 31 | 43 | 1 | 21 | 19 |
| Octal | 125 | 54 | 53 | 0 | 60 | 61 | 103 | 1 | 41 | 31 |
| Binary | 1010101 | 101100 | 101011 | 0 | 110000 | 110001 | 1000011 | 1 | 100001 | 11001 |
Color Harmonies of #552C2B
Complementary color
Monochromatic Colors of #552C2B
Black with #552C2B
Text Example
Text Example
White with #552C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C2B; }
p { color: rgb(85,44,43); }
H1.HeaderClassName
{
color: #552C2B;
}
.AnyTagClassName
{
color: #552C2B;
}
</style>
background-color css
<style>
a { background-color: #552C2B; }
a { background-color: rgb(85,44,43); }
div.DivClassName
{
background-color: #552C2B;
}
.BgClassName
{
background-color: #552C2B;
}
</style>
border-color css
<style>
span { border-color: #552C2B; }
span { border-color: rgb(85,44,43); }
td.TdClassName
{
border-color: #552C2B;
}
.TagClassName
{
border-color: #552C2B;
}
</style>