Shades of Moccaccino #553128
Tints of Moccaccino #553128
RGB
CMYK
RGB Variations
Color information
#553128 (or 0x553128) is known color: Moccaccino. HEX triplet: 55, 31 and 28. RGB value is (85,49,40). Sum of RGB (Red+Green+Blue) = 85+49+40=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553128 is #AACED7. Grayscale: #3A3A3A. Windows color (decimal): -11194072 or 2634069. OLE color: 2634069.
HSL color Cylindrical-coordinate representation of color #553128: hue angle of 12º 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 #553128 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 40 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.67 |
| HSL | 12º | 0.36% | 0.25% | - |
| HSV(B) | 12º | 0.53% | 0.33% | - |
| XYZ | 5.23 | 4.28 | 2.56 | - |
| YUV | 58.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 40 | 0 | 0.42 | 0.53 | 0.67 | 12 | 0.36 | 0.25 |
| Hex | 55 | 31 | 28 | 0 | 2A | 35 | 43 | C | 24 | 19 |
| Octal | 125 | 61 | 50 | 0 | 52 | 65 | 103 | 14 | 44 | 31 |
| Binary | 1010101 | 110001 | 101000 | 0 | 101010 | 110101 | 1000011 | 1100 | 100100 | 11001 |
Color Harmonies of #553128
Complementary color
Monochromatic Colors of #553128
Black with #553128
Text Example
Text Example
White with #553128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553128; }
p { color: rgb(85,49,40); }
H1.HeaderClassName
{
color: #553128;
}
.AnyTagClassName
{
color: #553128;
}
</style>
background-color css
<style>
a { background-color: #553128; }
a { background-color: rgb(85,49,40); }
div.DivClassName
{
background-color: #553128;
}
.BgClassName
{
background-color: #553128;
}
</style>
border-color css
<style>
span { border-color: #553128; }
span { border-color: rgb(85,49,40); }
td.TdClassName
{
border-color: #553128;
}
.TagClassName
{
border-color: #553128;
}
</style>