Shades of Moccaccino #552929
Tints of Moccaccino #552929
RGB
CMYK
RGB Variations
Color information
#552929 (or 0x552929) is known color: Moccaccino. HEX triplet: 55, 29 and 29. RGB value is (85,41,41). Sum of RGB (Red+Green+Blue) = 85+41+41=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552929 is #AAD6D6. Grayscale: #363636. Windows color (decimal): -11196119 or 2697557. OLE color: 2697557.
HSL color Cylindrical-coordinate representation of color #552929: hue angle of 0º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552929 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 41 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.67 |
| HSL | 0º | 0.35% | 0.25% | - |
| HSV(B) | 0º | 0.52% | 0.33% | - |
| XYZ | 4.94 | 3.68 | 2.55 | - |
| YUV | 54.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 41 | 0 | 0.52 | 0.52 | 0.67 | 0 | 0.35 | 0.25 |
| Hex | 55 | 29 | 29 | 0 | 34 | 34 | 43 | 0 | 23 | 19 |
| Octal | 125 | 51 | 51 | 0 | 64 | 64 | 103 | 0 | 43 | 31 |
| Binary | 1010101 | 101001 | 101001 | 0 | 110100 | 110100 | 1000011 | 0 | 100011 | 11001 |
Color Harmonies of #552929
Complementary color
Monochromatic Colors of #552929
Black with #552929
Text Example
Text Example
White with #552929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552929; }
p { color: rgb(85,41,41); }
H1.HeaderClassName
{
color: #552929;
}
.AnyTagClassName
{
color: #552929;
}
</style>
background-color css
<style>
a { background-color: #552929; }
a { background-color: rgb(85,41,41); }
div.DivClassName
{
background-color: #552929;
}
.BgClassName
{
background-color: #552929;
}
</style>
border-color css
<style>
span { border-color: #552929; }
span { border-color: rgb(85,41,41); }
td.TdClassName
{
border-color: #552929;
}
.TagClassName
{
border-color: #552929;
}
</style>