Shades of Moccaccino #552D2A
Tints of Moccaccino #552D2A
RGB
CMYK
RGB Variations
Color information
#552D2A (or 0x552D2A) is known color: Moccaccino. HEX triplet: 55, 2D and 2A. RGB value is (85,45,42). Sum of RGB (Red+Green+Blue) = 85+45+42=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2A is #AAD2D5. Grayscale: #383838. Windows color (decimal): -11195094 or 2764117. OLE color: 2764117.
HSL color Cylindrical-coordinate representation of color #552D2A: hue angle of 4.19º 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 #552D2A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 42 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.67 |
| HSL | 4.19º | 0.34% | 0.25% | - |
| HSV(B) | 4.19º | 0.51% | 0.33% | - |
| XYZ | 5.1 | 3.98 | 2.69 | - |
| YUV | 56.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 42 | 0 | 0.47 | 0.51 | 0.67 | 4.19 | 0.34 | 0.25 |
| Hex | 55 | 2D | 2A | 0 | 2F | 33 | 43 | 4 | 22 | 19 |
| Octal | 125 | 55 | 52 | 0 | 57 | 63 | 103 | 4 | 42 | 31 |
| Binary | 1010101 | 101101 | 101010 | 0 | 101111 | 110011 | 1000011 | 100 | 100010 | 11001 |
Color Harmonies of #552D2A
Complementary color
Monochromatic Colors of #552D2A
Black with #552D2A
Text Example
Text Example
White with #552D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D2A; }
p { color: rgb(85,45,42); }
H1.HeaderClassName
{
color: #552D2A;
}
.AnyTagClassName
{
color: #552D2A;
}
</style>
background-color css
<style>
a { background-color: #552D2A; }
a { background-color: rgb(85,45,42); }
div.DivClassName
{
background-color: #552D2A;
}
.BgClassName
{
background-color: #552D2A;
}
</style>
border-color css
<style>
span { border-color: #552D2A; }
span { border-color: rgb(85,45,42); }
td.TdClassName
{
border-color: #552D2A;
}
.TagClassName
{
border-color: #552D2A;
}
</style>