Shades of Moccaccino #552D2D
Tints of Moccaccino #552D2D
RGB
CMYK
RGB Variations
Color information
#552D2D (or 0x552D2D) is known color: Moccaccino. HEX triplet: 55, 2D and 2D. RGB value is (85,45,45). Sum of RGB (Red+Green+Blue) = 85+45+45=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2D is #AAD2D2. Grayscale: #393939. Windows color (decimal): -11195091 or 2960725. OLE color: 2960725.
HSL color Cylindrical-coordinate representation of color #552D2D: hue angle of 0º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D2D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 45 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.67 |
| HSL | 0º | 0.31% | 0.25% | - |
| HSV(B) | 0º | 0.47% | 0.33% | - |
| XYZ | 5.16 | 4 | 2.98 | - |
| YUV | 56.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 45 | 0 | 0.47 | 0.47 | 0.67 | 0 | 0.31 | 0.25 |
| Hex | 55 | 2D | 2D | 0 | 2F | 2F | 43 | 0 | 1F | 19 |
| Octal | 125 | 55 | 55 | 0 | 57 | 57 | 103 | 0 | 37 | 31 |
| Binary | 1010101 | 101101 | 101101 | 0 | 101111 | 101111 | 1000011 | 0 | 11111 | 11001 |
Color Harmonies of #552D2D
Complementary color
Monochromatic Colors of #552D2D
Black with #552D2D
Text Example
Text Example
White with #552D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D2D; }
p { color: rgb(85,45,45); }
H1.HeaderClassName
{
color: #552D2D;
}
.AnyTagClassName
{
color: #552D2D;
}
</style>
background-color css
<style>
a { background-color: #552D2D; }
a { background-color: rgb(85,45,45); }
div.DivClassName
{
background-color: #552D2D;
}
.BgClassName
{
background-color: #552D2D;
}
</style>
border-color css
<style>
span { border-color: #552D2D; }
span { border-color: rgb(85,45,45); }
td.TdClassName
{
border-color: #552D2D;
}
.TagClassName
{
border-color: #552D2D;
}
</style>