Shades of Moccaccino #552F29
Tints of Moccaccino #552F29
RGB
CMYK
RGB Variations
Color information
#552F29 (or 0x552F29) is known color: Moccaccino. HEX triplet: 55, 2F and 29. RGB value is (85,47,41). Sum of RGB (Red+Green+Blue) = 85+47+41=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F29 is #AAD0D6. Grayscale: #393939. Windows color (decimal): -11194583 or 2699093. OLE color: 2699093.
HSL color Cylindrical-coordinate representation of color #552F29: hue angle of 8.18º 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 #552F29 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 41 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.67 |
| HSL | 8.18º | 0.35% | 0.25% | - |
| HSV(B) | 8.18º | 0.52% | 0.33% | - |
| XYZ | 5.16 | 4.12 | 2.62 | - |
| YUV | 57.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 41 | 0 | 0.45 | 0.52 | 0.67 | 8.18 | 0.35 | 0.25 |
| Hex | 55 | 2F | 29 | 0 | 2D | 34 | 43 | 8 | 23 | 19 |
| Octal | 125 | 57 | 51 | 0 | 55 | 64 | 103 | 10 | 43 | 31 |
| Binary | 1010101 | 101111 | 101001 | 0 | 101101 | 110100 | 1000011 | 1000 | 100011 | 11001 |
Color Harmonies of #552F29
Complementary color
Monochromatic Colors of #552F29
Black with #552F29
Text Example
Text Example
White with #552F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F29; }
p { color: rgb(85,47,41); }
H1.HeaderClassName
{
color: #552F29;
}
.AnyTagClassName
{
color: #552F29;
}
</style>
background-color css
<style>
a { background-color: #552F29; }
a { background-color: rgb(85,47,41); }
div.DivClassName
{
background-color: #552F29;
}
.BgClassName
{
background-color: #552F29;
}
</style>
border-color css
<style>
span { border-color: #552F29; }
span { border-color: rgb(85,47,41); }
td.TdClassName
{
border-color: #552F29;
}
.TagClassName
{
border-color: #552F29;
}
</style>