Shades of Moccaccino #552F2A
Tints of Moccaccino #552F2A
RGB
CMYK
RGB Variations
Color information
#552F2A (or 0x552F2A) is known color: Moccaccino. HEX triplet: 55, 2F and 2A. RGB value is (85,47,42). Sum of RGB (Red+Green+Blue) = 85+47+42=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F2A is #AAD0D5. Grayscale: #393939. Windows color (decimal): -11194582 or 2764629. OLE color: 2764629.
HSL color Cylindrical-coordinate representation of color #552F2A: hue angle of 6.98º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552F2A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 42 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.67 |
| HSL | 6.98º | 0.34% | 0.25% | - |
| HSV(B) | 6.98º | 0.51% | 0.33% | - |
| XYZ | 5.18 | 4.13 | 2.71 | - |
| YUV | 57.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 42 | 0 | 0.45 | 0.51 | 0.67 | 6.98 | 0.34 | 0.25 |
| Hex | 55 | 2F | 2A | 0 | 2D | 33 | 43 | 7 | 22 | 19 |
| Octal | 125 | 57 | 52 | 0 | 55 | 63 | 103 | 7 | 42 | 31 |
| Binary | 1010101 | 101111 | 101010 | 0 | 101101 | 110011 | 1000011 | 111 | 100010 | 11001 |
Color Harmonies of #552F2A
Complementary color
Monochromatic Colors of #552F2A
Black with #552F2A
Text Example
Text Example
White with #552F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F2A; }
p { color: rgb(85,47,42); }
H1.HeaderClassName
{
color: #552F2A;
}
.AnyTagClassName
{
color: #552F2A;
}
</style>
background-color css
<style>
a { background-color: #552F2A; }
a { background-color: rgb(85,47,42); }
div.DivClassName
{
background-color: #552F2A;
}
.BgClassName
{
background-color: #552F2A;
}
</style>
border-color css
<style>
span { border-color: #552F2A; }
span { border-color: rgb(85,47,42); }
td.TdClassName
{
border-color: #552F2A;
}
.TagClassName
{
border-color: #552F2A;
}
</style>