Shades of Moccaccino #55302F
Tints of Moccaccino #55302F
RGB
CMYK
RGB Variations
Color information
#55302F (or 0x55302F) is known color: Moccaccino. HEX triplet: 55, 30 and 2F. RGB value is (85,48,47). Sum of RGB (Red+Green+Blue) = 85+48+47=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55302F is #AACFD0. Grayscale: #3A3A3A. Windows color (decimal): -11194321 or 3092565. OLE color: 3092565.
HSL color Cylindrical-coordinate representation of color #55302F: hue angle of 1.58º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55302F is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 47 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.67 |
| HSL | 1.58º | 0.29% | 0.26% | - |
| HSV(B) | 1.58º | 0.45% | 0.33% | - |
| XYZ | 5.32 | 4.25 | 3.23 | - |
| YUV | 58.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 47 | 0 | 0.44 | 0.45 | 0.67 | 1.58 | 0.29 | 0.26 |
| Hex | 55 | 30 | 2F | 0 | 2C | 2D | 43 | 2 | 1D | 1A |
| Octal | 125 | 60 | 57 | 0 | 54 | 55 | 103 | 2 | 35 | 32 |
| Binary | 1010101 | 110000 | 101111 | 0 | 101100 | 101101 | 1000011 | 10 | 11101 | 11010 |
Color Harmonies of #55302F
Complementary color
Monochromatic Colors of #55302F
Black with #55302F
Text Example
Text Example
White with #55302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55302F; }
p { color: rgb(85,48,47); }
H1.HeaderClassName
{
color: #55302F;
}
.AnyTagClassName
{
color: #55302F;
}
</style>
background-color css
<style>
a { background-color: #55302F; }
a { background-color: rgb(85,48,47); }
div.DivClassName
{
background-color: #55302F;
}
.BgClassName
{
background-color: #55302F;
}
</style>
border-color css
<style>
span { border-color: #55302F; }
span { border-color: rgb(85,48,47); }
td.TdClassName
{
border-color: #55302F;
}
.TagClassName
{
border-color: #55302F;
}
</style>