Shades of Moccaccino #573231
Tints of Moccaccino #573231
RGB
CMYK
RGB Variations
Color information
#573231 (or 0x573231) is known color: Moccaccino. HEX triplet: 57, 32 and 31. RGB value is (87,50,49). Sum of RGB (Red+Green+Blue) = 87+50+49=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #573231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573231 is #A8CDCE. Grayscale: #3C3C3C. Windows color (decimal): -11062735 or 3224151. OLE color: 3224151.
HSL color Cylindrical-coordinate representation of color #573231: hue angle of 1.58º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #573231 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 49 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.66 |
| HSL | 1.58º | 0.28% | 0.27% | - |
| HSV(B) | 1.58º | 0.44% | 0.34% | - |
| XYZ | 5.63 | 4.53 | 3.48 | - |
| YUV | 60.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 49 | 0 | 0.43 | 0.44 | 0.66 | 1.58 | 0.28 | 0.27 |
| Hex | 57 | 32 | 31 | 0 | 2B | 2C | 42 | 2 | 1C | 1B |
| Octal | 127 | 62 | 61 | 0 | 53 | 54 | 102 | 2 | 34 | 33 |
| Binary | 1010111 | 110010 | 110001 | 0 | 101011 | 101100 | 1000010 | 10 | 11100 | 11011 |
Color Harmonies of #573231
Complementary color
Monochromatic Colors of #573231
Black with #573231
Text Example
Text Example
White with #573231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573231; }
p { color: rgb(87,50,49); }
H1.HeaderClassName
{
color: #573231;
}
.AnyTagClassName
{
color: #573231;
}
</style>
background-color css
<style>
a { background-color: #573231; }
a { background-color: rgb(87,50,49); }
div.DivClassName
{
background-color: #573231;
}
.BgClassName
{
background-color: #573231;
}
</style>
border-color css
<style>
span { border-color: #573231; }
span { border-color: rgb(87,50,49); }
td.TdClassName
{
border-color: #573231;
}
.TagClassName
{
border-color: #573231;
}
</style>