Shades of Moccaccino #55302B
Tints of Moccaccino #55302B
RGB
CMYK
RGB Variations
Color information
#55302B (or 0x55302B) is known color: Moccaccino. HEX triplet: 55, 30 and 2B. RGB value is (85,48,43). Sum of RGB (Red+Green+Blue) = 85+48+43=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55302B is #AACFD4. Grayscale: #3A3A3A. Windows color (decimal): -11194325 or 2830421. OLE color: 2830421.
HSL color Cylindrical-coordinate representation of color #55302B: hue angle of 7.14º 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 #55302B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 43 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.67 |
| HSL | 7.14º | 0.33% | 0.25% | - |
| HSV(B) | 7.14º | 0.49% | 0.33% | - |
| XYZ | 5.24 | 4.22 | 2.82 | - |
| YUV | 58.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 43 | 0 | 0.44 | 0.49 | 0.67 | 7.14 | 0.33 | 0.25 |
| Hex | 55 | 30 | 2B | 0 | 2C | 31 | 43 | 7 | 21 | 19 |
| Octal | 125 | 60 | 53 | 0 | 54 | 61 | 103 | 7 | 41 | 31 |
| Binary | 1010101 | 110000 | 101011 | 0 | 101100 | 110001 | 1000011 | 111 | 100001 | 11001 |
Color Harmonies of #55302B
Complementary color
Monochromatic Colors of #55302B
Black with #55302B
Text Example
Text Example
White with #55302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55302B; }
p { color: rgb(85,48,43); }
H1.HeaderClassName
{
color: #55302B;
}
.AnyTagClassName
{
color: #55302B;
}
</style>
background-color css
<style>
a { background-color: #55302B; }
a { background-color: rgb(85,48,43); }
div.DivClassName
{
background-color: #55302B;
}
.BgClassName
{
background-color: #55302B;
}
</style>
border-color css
<style>
span { border-color: #55302B; }
span { border-color: rgb(85,48,43); }
td.TdClassName
{
border-color: #55302B;
}
.TagClassName
{
border-color: #55302B;
}
</style>