Shades of Moccaccino #552E2E
Tints of Moccaccino #552E2E
RGB
CMYK
RGB Variations
Color information
#552E2E (or 0x552E2E) is known color: Moccaccino. HEX triplet: 55, 2E and 2E. RGB value is (85,46,46). Sum of RGB (Red+Green+Blue) = 85+46+46=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E2E is #AAD1D1. Grayscale: #393939. Windows color (decimal): -11194834 or 3026517. OLE color: 3026517.
HSL color Cylindrical-coordinate representation of color #552E2E: hue angle of 0º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E2E is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 46 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.67 |
| HSL | 0º | 0.3% | 0.26% | - |
| HSV(B) | 0º | 0.46% | 0.33% | - |
| XYZ | 5.22 | 4.08 | 3.1 | - |
| YUV | 57.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 46 | 0 | 0.46 | 0.46 | 0.67 | 0 | 0.3 | 0.26 |
| Hex | 55 | 2E | 2E | 0 | 2E | 2E | 43 | 0 | 1E | 1A |
| Octal | 125 | 56 | 56 | 0 | 56 | 56 | 103 | 0 | 36 | 32 |
| Binary | 1010101 | 101110 | 101110 | 0 | 101110 | 101110 | 1000011 | 0 | 11110 | 11010 |
Color Harmonies of #552E2E
Complementary color
Monochromatic Colors of #552E2E
Black with #552E2E
Text Example
Text Example
White with #552E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E2E; }
p { color: rgb(85,46,46); }
H1.HeaderClassName
{
color: #552E2E;
}
.AnyTagClassName
{
color: #552E2E;
}
</style>
background-color css
<style>
a { background-color: #552E2E; }
a { background-color: rgb(85,46,46); }
div.DivClassName
{
background-color: #552E2E;
}
.BgClassName
{
background-color: #552E2E;
}
</style>
border-color css
<style>
span { border-color: #552E2E; }
span { border-color: rgb(85,46,46); }
td.TdClassName
{
border-color: #552E2E;
}
.TagClassName
{
border-color: #552E2E;
}
</style>