Shades of Moccaccino #552D28
Tints of Moccaccino #552D28
RGB
CMYK
RGB Variations
Color information
#552D28 (or 0x552D28) is known color: Moccaccino. HEX triplet: 55, 2D and 28. RGB value is (85,45,40). Sum of RGB (Red+Green+Blue) = 85+45+40=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D28 is #AAD2D7. Grayscale: #383838. Windows color (decimal): -11195096 or 2633045. OLE color: 2633045.
HSL color Cylindrical-coordinate representation of color #552D28: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552D28 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 40 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.67 |
| HSL | 6.67º | 0.36% | 0.25% | - |
| HSV(B) | 6.67º | 0.53% | 0.33% | - |
| XYZ | 5.07 | 3.96 | 2.5 | - |
| YUV | 56.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 40 | 0 | 0.47 | 0.53 | 0.67 | 6.67 | 0.36 | 0.25 |
| Hex | 55 | 2D | 28 | 0 | 2F | 35 | 43 | 7 | 24 | 19 |
| Octal | 125 | 55 | 50 | 0 | 57 | 65 | 103 | 7 | 44 | 31 |
| Binary | 1010101 | 101101 | 101000 | 0 | 101111 | 110101 | 1000011 | 111 | 100100 | 11001 |
Color Harmonies of #552D28
Complementary color
Monochromatic Colors of #552D28
Black with #552D28
Text Example
Text Example
White with #552D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D28; }
p { color: rgb(85,45,40); }
H1.HeaderClassName
{
color: #552D28;
}
.AnyTagClassName
{
color: #552D28;
}
</style>
background-color css
<style>
a { background-color: #552D28; }
a { background-color: rgb(85,45,40); }
div.DivClassName
{
background-color: #552D28;
}
.BgClassName
{
background-color: #552D28;
}
</style>
border-color css
<style>
span { border-color: #552D28; }
span { border-color: rgb(85,45,40); }
td.TdClassName
{
border-color: #552D28;
}
.TagClassName
{
border-color: #552D28;
}
</style>