Shades of Moccaccino #57312D
Tints of Moccaccino #57312D
RGB
CMYK
RGB Variations
Color information
#57312D (or 0x57312D) is known color: Moccaccino. HEX triplet: 57, 31 and 2D. RGB value is (87,49,45). Sum of RGB (Red+Green+Blue) = 87+49+45=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57312D is #A8CED2. Grayscale: #3B3B3B. Windows color (decimal): -11062995 or 2961751. OLE color: 2961751.
HSL color Cylindrical-coordinate representation of color #57312D: hue angle of 5.71º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57312D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 49 | 45 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.66 |
| HSL | 5.71º | 0.32% | 0.26% | - |
| HSV(B) | 5.71º | 0.48% | 0.34% | - |
| XYZ | 5.5 | 4.41 | 3.04 | - |
| YUV | 59.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 45 | 0 | 0.44 | 0.48 | 0.66 | 5.71 | 0.32 | 0.26 |
| Hex | 57 | 31 | 2D | 0 | 2C | 30 | 42 | 6 | 20 | 1A |
| Octal | 127 | 61 | 55 | 0 | 54 | 60 | 102 | 6 | 40 | 32 |
| Binary | 1010111 | 110001 | 101101 | 0 | 101100 | 110000 | 1000010 | 110 | 100000 | 11010 |
Color Harmonies of #57312D
Complementary color
Monochromatic Colors of #57312D
Black with #57312D
Text Example
Text Example
White with #57312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57312D; }
p { color: rgb(87,49,45); }
H1.HeaderClassName
{
color: #57312D;
}
.AnyTagClassName
{
color: #57312D;
}
</style>
background-color css
<style>
a { background-color: #57312D; }
a { background-color: rgb(87,49,45); }
div.DivClassName
{
background-color: #57312D;
}
.BgClassName
{
background-color: #57312D;
}
</style>
border-color css
<style>
span { border-color: #57312D; }
span { border-color: rgb(87,49,45); }
td.TdClassName
{
border-color: #57312D;
}
.TagClassName
{
border-color: #57312D;
}
</style>