Shades of Moccaccino #553130
Tints of Moccaccino #553130
RGB
CMYK
RGB Variations
Color information
#553130 (or 0x553130) is known color: Moccaccino. HEX triplet: 55, 31 and 30. RGB value is (85,49,48). Sum of RGB (Red+Green+Blue) = 85+49+48=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #553130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553130 is #AACECF. Grayscale: #3B3B3B. Windows color (decimal): -11194064 or 3158357. OLE color: 3158357.
HSL color Cylindrical-coordinate representation of color #553130: hue angle of 1.62º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553130 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 48 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.67 |
| HSL | 1.62º | 0.28% | 0.26% | - |
| HSV(B) | 1.62º | 0.44% | 0.33% | - |
| XYZ | 5.38 | 4.34 | 3.35 | - |
| YUV | 59.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 48 | 0 | 0.42 | 0.44 | 0.67 | 1.62 | 0.28 | 0.26 |
| Hex | 55 | 31 | 30 | 0 | 2A | 2C | 43 | 2 | 1C | 1A |
| Octal | 125 | 61 | 60 | 0 | 52 | 54 | 103 | 2 | 34 | 32 |
| Binary | 1010101 | 110001 | 110000 | 0 | 101010 | 101100 | 1000011 | 10 | 11100 | 11010 |
Color Harmonies of #553130
Complementary color
Monochromatic Colors of #553130
Black with #553130
Text Example
Text Example
White with #553130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553130; }
p { color: rgb(85,49,48); }
H1.HeaderClassName
{
color: #553130;
}
.AnyTagClassName
{
color: #553130;
}
</style>
background-color css
<style>
a { background-color: #553130; }
a { background-color: rgb(85,49,48); }
div.DivClassName
{
background-color: #553130;
}
.BgClassName
{
background-color: #553130;
}
</style>
border-color css
<style>
span { border-color: #553130; }
span { border-color: rgb(85,49,48); }
td.TdClassName
{
border-color: #553130;
}
.TagClassName
{
border-color: #553130;
}
</style>