Shades of Moccaccino #552B2B
Tints of Moccaccino #552B2B
RGB
CMYK
RGB Variations
Color information
#552B2B (or 0x552B2B) is known color: Moccaccino. HEX triplet: 55, 2B and 2B. RGB value is (85,43,43). Sum of RGB (Red+Green+Blue) = 85+43+43=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B2B is #AAD4D4. Grayscale: #373737. Windows color (decimal): -11195605 or 2829141. OLE color: 2829141.
HSL color Cylindrical-coordinate representation of color #552B2B: hue angle of 0º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B2B is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 43 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.67 |
| HSL | 0º | 0.33% | 0.25% | - |
| HSV(B) | 0º | 0.49% | 0.33% | - |
| XYZ | 5.05 | 3.83 | 2.76 | - |
| YUV | 55.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 43 | 0 | 0.49 | 0.49 | 0.67 | 0 | 0.33 | 0.25 |
| Hex | 55 | 2B | 2B | 0 | 31 | 31 | 43 | 0 | 21 | 19 |
| Octal | 125 | 53 | 53 | 0 | 61 | 61 | 103 | 0 | 41 | 31 |
| Binary | 1010101 | 101011 | 101011 | 0 | 110001 | 110001 | 1000011 | 0 | 100001 | 11001 |
Color Harmonies of #552B2B
Complementary color
Monochromatic Colors of #552B2B
Black with #552B2B
Text Example
Text Example
White with #552B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B2B; }
p { color: rgb(85,43,43); }
H1.HeaderClassName
{
color: #552B2B;
}
.AnyTagClassName
{
color: #552B2B;
}
</style>
background-color css
<style>
a { background-color: #552B2B; }
a { background-color: rgb(85,43,43); }
div.DivClassName
{
background-color: #552B2B;
}
.BgClassName
{
background-color: #552B2B;
}
</style>
border-color css
<style>
span { border-color: #552B2B; }
span { border-color: rgb(85,43,43); }
td.TdClassName
{
border-color: #552B2B;
}
.TagClassName
{
border-color: #552B2B;
}
</style>